To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Visual Builder
Discussion List
-
Do not Return control from an Action Chain to the Parent Action ChainSummary: Hi, Earlier in json based action chain if i do not want to return control from an action chain to the calling parent action chain, we had an option of returning…
-
Monitor VB Apps using Oracle APMSummary: Oracle APM Content (required): Hi Shay, I saw below video where you have explained how we can use Oracle Application Performance Management to monitor VB apps. …
-
Updatable datagrid in VBCSSummary Updatable datagrid in VBCSContent Hello experts, I am looking for example of editable oj-data-grid in VBCS (based on ADP). Thanks
-
Does Visual Builder support OAuth refresh tokens?I believe that Visual Builder apps use OAuth for authentication, and the OAuth tokens can further be passed to Fusion REST APIs for authorization. My question is, if Vis…
-
editable table using BDP not updating value with new javascript action chainSummary: Hi Experts I'm creating a editable table with BDP by following the vbcookbook but in the new javascript action chain I'm getting below error in Beforeroweditend…
-
ADP data assignmentContent Hi, Is it not possible to use an ADP type variable in a component to directly assign the value ? I have attached a sample application where I get the error - "Ca…
-
I want yo format this string like hours and minutes ?Summary: if it is 8:3 to be like this 08:03 and it is a column in a table and a string type
-
How to update page title placeholder in the redwood appSummary: Hi Experts How to update this page title placeholder in redwood page. Please help as I did not find the place where to modify. I have attached the source code h…
-
Editable table not working, new javascript action chain issueSummary: Hi Experts I need help in creating editable table as I'm facing issue. I have followed Shay's video on creating editable table but somehow it is not working i.e…
-
Create Type from EndpointHi, I have created business object named Employee and under Types when I click on From End Point and after selecting POST from Employees and click Next When I click on R…
-
How to create a table with borders (rows/table) and static data in an application?Summary: We have requirement to create an application with a table format including static data, input values and with borders as below. Could you please share any relat…
-
Roles are not being copied over during build/deploySummary: Roles are no longer being copied during deployment of my Visual Builder application via VB Studio. This has previously worked. Content (required): From Visual B…
-
REST API to access Business objects in VBCS supports OAuth?Summary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t…
-
What is the difference between mutate and refresh in fire data providerSummary: Hi EXperts What is the difference between mutate and refresh in fire data provider? Also what is ADD, REMOVE, UPDATE options do in mutate ? Please help Please h…
-
Announcement: Oracle Visual Builder Add-in for Excel: version 3.7 releasedI am pleased to announce that version 3.7 of the Oracle Visual Builder Add-in for Excel has been released publicly on Oracle.com You can download the add-in from this pa…
-
Want help to resolve cookbook application implementation in my projectSummary: Hi Experts I have a requirement to implement the below vbcookbook sample in my project but I'm getting the error as shown in below screenshot, Can someone pleas…
-
No index.htmlSummary: Content (required): Hi, I'm trying to import a js library to my project (balkan.js) Basically what I need is only one Js file- https://balkan.app/js/OrgChart.js…
-
Webcast Oct-16: An Introduction to Oracle Visual BuilderRegister and join us online on Oct 16th for: An Introduction to Oracle Visual Builder Get to know Oracle Visual Builder—Oracle’s rapid visual application development too…
-
Updating data in ADPSummary Updating data in ADPContent Hi, When trying to update a property in ADP I am getting the following error: [VB (ERROR), /vb/stateManagement/variable]: Cannot set …
-
How to use the fusion metadata API and display it in a table using the SDP?Summary: I'm using https:///fscmRestApi/resources/latest/describe?metadataMode=minimal API to fetch all the REST endpoints. Since we have different names for each of the…
-
Error in VBS Project - Unexpected Token "}" (It was working fine last week)Summary: Hi Team We are getting some weird issues on the VBS project, which worked fine last week. When I try to run the app I get the below error from the console and t…
-
Enable Soft Keyboard for VBCS Select One ChoiceHi Team, I have VBCS application and when it opened from Mobile app, soft keyboard option is not visible to the select one choice but this option is visible for text fie…
-
how to solve inconsistency of date and time in business object and UI while using oj-date-time?Summary: At the time storing date in business object, date & time stored like but in UI, oj-date-time component added UTC+5:30 , displays like so how to display date tim…
-
Unable to update data in my ADP variable. Item with keys could not be found.Summary: I'm getting an error when I try and write the data from my edited row variable back to the Array Data Provider. I have checked and rechecked my code against the…
-
Disable Soft Keyboard for VBCS mobile appsSummary Disable Soft Keyboard in all the pages of VBCS mobile application.Content Hi , We are developing VBCS mobile Applications with 10-12 pages. This Mobile app (apk …
-
How do I resolve read permission issue when remote cloning a VBS git repository?Summary: Although I am a project 'owner', I get a permission denied error when I attempt to remote clone a VBS git repository for my project. Error Message: "Permission …
-
Visual Builder Deploy to Production an Application ExtensionSummary: Hi all. I've been working on an Application Extension with Visual Builder and now I need to deploy the changes in production. I've followed all the steps detail…
-
Users roles from Fusion not similar to the user roles I made in VBCS appSummary: Content (required): Hi experts, I created users roles in vbcs but when i make page extension to FA. reading [[$Application.user.roles]] is something else in fus…
-
Debug ErrorHi, From the below screenshot I can find that there is issue combo box item used in the page. But how to debug what went wrong is there any way to debug.
-
Storing rows in a variableHi, I need to store over 50,000 rows in a variable. Using an Array Data Provider (ADP) variable is not a viable option as it causes performance issues, leading to page f…