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
-
Webcast - Troubleshooting and Debugging Visual Builder AppsRegister & join our monthly office hour for an online seminar with tips and techniques that will help you debug and troubleshoot your code. Monday July 15th 1:00PM PST/4…
-
How to undeploy changes in production environment using Visual Builder Studio?We’re going to review the deployment procedure from test to production environment using Visual Builder Studio. Could you let us know how to roll back or undeploy change…
-
How to change backgroud colur of pageSummary: Hi How to change backgroud colur of VB page like Blue colur or some mix colur . Content (please ensure you mask any confidential information): Version (include …
-
my client is asking for offline feature in VBCS, how to do thisSummary: Hi Experts My client is asking for offline feature in VBCS, if the application while using it is in remote area then it must update the backend when the applica…
-
Oracle VBS - Make Downloaded Excel file cell readonly/disableI have a table which is based on SDP. I have requirement where I have to download the table data in Excel . In the download Excel file, I have to make some column disabl…
-
Failed to load resource: the server responded with a status of 404 () Error in VBCS page previewSummary: I am able to test ORDS enabled REST service connection at service connection test option. However getting 404 (Not Found) error in inspect —> console during the…
-
Getting 404 (Not Found) error for a valid Get rest URL when trying to call in VBCSSummary Getting 404 (Not Found) error for a valid Get rest URL when trying to call in VBCSContent Getting 404 (Not Found) error for a valid Get rest URL when trying to c…
-
Visual Builder Self service self service customization issueSummary: Trying to deploy Redwood SSP in Test environment and getting the following message. could someone, help us with the steps as its a little confusing and where to…
-
How to show Data of Master table and Detail Table Data in the same LineSummary: Can we Combine the Results of Master and Detail in One Line .? Or Can we Hide the Mater Table Data and display on the Detail table Data. Data is from SDP Table …
-
How to Access Application Extension published through App UISummary: How to Access Application Extension published through App UI Content (please ensure you mask any confidential information): Hi Expert, I have created an APP UI …
-
Is it possible to modify the header in redwood themed parts of fusion?Summary: Hello, We are trying to place an AppDynamics monitoring script in the global header of Fusion to create synthetic monitoring for it. We are able to successfully…
-
Fetch the Data into Input Text Box FieldSummary: Data is stored in SDP. We need to Fetch the Employee Benefit Name into another Input Text Box based on the ID entered in first Input Text box . Please advise Co…
-
Salary Range default Value (DFF) to Populate from Job Master at Requistion PageAt the Job Requisition, the Salary Range Value is to be Populated from the Job Master. For example, Job A has a Grade, Grade A's salary range is 100-150 Hours. then that…
-
Filter Data Based on Input Textbox FieldSummary: How to Filter the data entered in a Input Text box and populate the data of other Input Text box fields based on the filtering done from first input Text Box, A…
-
I have a requirement to assign SDP variable data to a ADP variable in action chainSummary: Hi Experts I have a requirement to assign SDP variable data to a ADP variable in action chain, please help me on how to achieve this Content (please ensure you …
-
Validate a Input Text Box Field value based on Business Object valueSummary: We have a requirement to validating the value of Employee Id Field based on the value of Business Object. That is the value of the Employe Id is already stored …
-
How to generate sequence in VBCS excel add inSummary: Below are the requirement We have one column with name ID and it is unique in database. Want to generate sequence number through excel add in rather than manual…
-
Outbound Collabo (B2b Trading ) Pending CreateSummary: We are trying to upload B2B Trading partners, Outbound and Inbound Collaboration Messages using visual builders We are successful in Creating Trading Partners u…
-
How can we can call action chain from a javascript functionSummary: Hi Experts I have a requirement to call a action chain (with parameters and get the parameter back from action chain) from a JavaScript function. is this feasib…
-
How to call action chain from javascript function from a layout fieldSummary: Hi Experts I have created a custom field in the layout (dynamic) called email as shown below and on the value i want to call the JavaScript which in turn will c…
-
Smart Search based on ORDSSummary: Hi, Has anyone implemented smart search based on ORDS as back-end service? Please share a sample app. I tried to follow below blog. https://blogs.oracle.com/vbc…
-
How to call REST API from JavaScript like we do in action chainSummary: Hi Experts I want to call the REST API from javascript similarly like how we call api from action chain. I copy pasted the code from action chain to the javascr…
-
How to Validate and fetch Data from Multiple BOsSummary: We have a requirement where we need to validate the Id entered in an Text Box in Page1 based on the data stored in the 1st BO. We are validating this id using p…
-
Passing Nested Header in RowDataGridProvider to setup datagrid header.Hi All, I need to populate the data from adp/sdp. Here , how to pass Nested Header in RowDataGridProvider constructor to achieve Nested Header setup as shown below: As s…
-
Input text besides oj-sp-collection-container primary or secondary buttonsSummary: Hi, Is it possible to show an input text component just besides primary or secondary buttons in oj-sp-collection-container component. Near export or Manage colu…
-
Email Notification from SubmitHi, When the SUBMIT button is pressed I need to notify the users through email that form is filled. How can this be done please. Thanks, Mohammed Rafi
-
VBCS : Is it possible to make a paginated, editable table region based on Any variable?Hi All, I have a requirement to flatten the data received from the REST API endpoint: /fscmRestApi/resources/11.13.18.05/purchaseOrders?q=StatusCode='OPEN'&expand=DFF,li…
-
Concatenated Result of Two Fields in the Select Single dropdownSummary: How to get the Concatenated Result Two Fields in the Select Single dropdown. We have a SDP variable defined to get the list of values (dropdown) of the Employee…
-
Deployment in VB studio fails - 502 'unable to find valid certification path to requested target'.'Summary: Hi All, VB web app deployment fails in VB studio with below error , Error: Service response exception [get deployment status] - [https://shared-dev1-vbcs-1-vb-i…
-
Storing Data in Array and Displaying it on a TableWe are trying to store the data temporarily in an array. However, when we are adding/saving the data, it is showing duplicates in the table. Data in the table is adp For…
-
Convert any file to base64 in VBCSSummary: Hi all i am trying to convert file to base64 in VBCS. Content (required): Whenever we are converting file to base64 it is a good practice to use promise. I am u…