Custom Code
Discussion List
-
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…Koda V V Satya Sai Surya Ramakrishna 21 views 1 comment 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
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…Koda V V Satya Sai Surya Ramakrishna 31 views 3 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
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…Koda V V Satya Sai Surya Ramakrishna 51 views 5 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
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…Koda V V Satya Sai Surya Ramakrishna 57 views 5 comments 0 points Most recent by Nada Bashar Visual Builder
-
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…
-
Calling BO using JS to filter dataSummary: I have a BO for booking with field of startDate and endDate and a few other field. For now the filtering process is based on a few chosen criteria which is star…
-
Sum Total and Average of SDP table Column dataSummary: We have a SDP table data We need to fetch the average of one column named Rank as Average Rank = Sum Total of Ranks/ # of Ranks for each Employee Please advise …
-
is it possible to make specific column readonly while exporting data to excel?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…
-
Is it possible to work with a npm like otpauth?Hello everyone. I'm trying to build a 2FA system on VBCS and I was wandering if I could use the funcionalities of otpauth ( and others npms ) by referencing it on HTML l…