Custom Code
Discussion List
-
I am using javascript promise but its not working correctly in VBCSSummary: Hi everyone i am calling function from oj-bind-text to call rest api in table template like this, but this function is not waiting for response instead it direc… -
Export data to predefined excel template from vbcs page oracleSummary: I am working on a custom client requirement on VBCS page development. In page there is a table where data is coming from ATP DB. I need a functionality to expor… -
How to Pass Multiple Parameters in Business Rule using Groovy ScriptSummary: We have written this Business Rule and we want to Update the Status Field based on three parameters peno, pperiod and ptype. def vo = newView('Employee') addBin… -
Unable to mark rows to be updated in VBCS Excel MacroSummary: We have a requirement to automatically copy the values of one of parent table's column to child table's column. Inorder to achieve this requirement i have writt… -
How to get the array values from SDP variable using javascriptSummary: Hi Experts I'm trying to print the SDP variable using console.log but I'm not getting under which field in below SDP variable is having content of array items. … -
Setup App Extension Like New Fusion ReleaseHi Experts, Summary: Setup Redwood App Extension Like New Fusion 23D Release Content (please ensure you mask any confidential information): I have seen the Redwood Page … -
DB Objects migration from one Apex to another.Summary: How to migrate tables, indexes, sequences, packages, procedures and functions from one Apex to another along with data. Content (please ensure you mask any conf… -
Filter Criterion ADPSummary: We are using 3 Combo box to Filter Data Emp Noi, Department and Salary. We have written 3 Java scripts for each Filter to Filter the Data and Calling the Functi… -
Displaying the dependent value of a column based on another column in an editable row.Summary: I am trying to get a value based on a the value of combobox placed in one column and display it in another column. Assume there is an editable table with column… -
Use Checkbox to Select and Update the Data SelectedSummary: We are fetching the data from BO on to the Page based on Combox Filter. We have an Additional Requirement to additionally use a Checkbox in the Page and Select … -
How to store both label and value data of combobox using sdpSummary: Assume I am using a combobox with sdp and I am storing project number in label and project_id in value. How to store both label and value data to an object crea… -
Checkbox Usage to make Table Data Read only.Summary: We have a requirement where once the user checks the Checkbox then the data fetched on the Table from the BO should be changed to Read Only. Please advise with … -
Call OIC REST APIs from VBCS Excel PluginSummary: How call a REST API (GET and POST actions) created in OIC from VBCS Excel Plugin? Content (required): Hi, I have one integration on OIC, which have requests to … -
Using ADP for combobox similar to SDPSummary: Content (please ensure you mask any confidential information): Version (include the version you are using, if applicable): Code Snippet (add any code snippets t… -
TableBeforeRowEdit and TableBeforeRowEditEnd in BDPSummary: We followed the BDP Recipe for the Editable Table . But while trying to Edit and Change the Value in the Row and Tab out to the Next Row. The Old value is getti… -
Im getting "result: undefined" on my function.Hello everyone. Summary: I'm calling a "functionX" on an Action Chain. This function give me a value ( that I can check on Console ) but when I try to assign the functio… -
got error while selecting value oj-select-single in editable tableSummary: TypeError: Cannot read properties of null (reading 'classList') of ojformbundle Content (please ensure you mask any confidential information): Version (include … -
How to show/hide a region conditionally on basis of a value in business object in VBCS pageSummary: The VBCS page is having list view component (card layout). There is a custom client requirement: depending on a value of a field in the business object used for… -
Time Zone Preference in VBCSSummary: Time zone Preference Content (please ensure you mask any confidential information): Hi Team, we have created custom VBCS screens and would like to know if there… -
I have requirement to implement table which has nested headers with editable functionalitySummary: Hi everyone, I have requirement to implement table which has nested headers with editable functionality, please help on this i have also found example of datagr… -
Unable to dynamically configure Oracle Fusion instance URLs in VBCSSummary: Hello Everyone, I'm currently working on developing a mobile application using VBCS that involves calling Oracle Fusion REST APIs. The URL structure for these A… -
How to get OJ Text Area to preserve new lines when the user enters textSummary: As part of a customer contact message - the user fills out a text area and this is sent to an email provider API (simply, someone fills in a oj-textarea and the… -
How can we save an ADP data (having 3 records) into a single record using Rest API?Summary: We have a requirement to save an ADP data (having 3 records, 2 columns per record) into a single record using Rest API. Could someone please let me know how can… -
Use of NPM in Visual Builder Studio for browser JavaScript modulesSummary: Visual Builder Studio has NPM support, apparently support for a local repository, and even a shared share private NPM repository for private modules that might … -
VBCS Page getting Timeout after 10 minutes in REST API Patch UpdateSummary: VBCS Page getting Timeout after 10 minutes in REST API Patch Update - I have a button in which i doing for loop for a REST Call in action chain and it run recor… -
fetching data from APIInvokationErrorSummary: hi all , pls advice ASAP. OIC, gen2 ,i call to REST/SOAP and it retrive me the error.i am catching the error with FAULT HANDLER . i success to get "title" and "… -
Capture Event of window Browser close button in Oracle VBCS PageSummary: I am working on a client requirement. When a user tries to close the VBCS Page from window browser close button without providing a input to a field in the page… -
Authenticating SaaS API's with VBCS App userSummary: Hi All, I am building a page in vbcs and authentication is done via SSO account (Users configured in OIC IDCS ). In my application I am calling SaaS APIs and wa… -
play sound from mp3 on button click from VBCSHi all We have a requirement in oracle vbcs to play sound on button click. Where should I upload the mp3 file and how can I play in form js code(button onclick action) T… -
Getting 401 when calling SOAP using VBCS JS methodSummary: I have done all the setup and configured BIP webservice as service connection. I am able to test the endpoint properly in connection menu. but when i am running…