Custom Code
Discussion List
-
How to Use Request Transformation Option for ADPSummary: We are using Combo box to Store the LOV Values of Employee Number. This Employe Number is based on Variable SelectEmployeeNumber The Table Data is based on ADP … -
How to create a navbar in vbcsSummary: How to create a navbar in VBCS Content (please ensure you mask any confidential information): Hi Expert, I wanted to create a Navbar in VBCS page where i want t… -
How to download some data(pdf binary string) as a file in VBCSContent Hi all, Does anybody know how to download some data as a file in VBCS? We were able to get some pdf file as binary strings from a remote server and store it in V…User_2025-02-03-21-32-41-798 166 views 8 comments 0 points Most recent by Jeevitha S-Oracle Visual Builder -
Need to split large pdf file based on keyword - Invoice Number :Summary: Need to split large pdf file based on keyword - Invoice Number : & most of the invoices are ore than one pages. Please help me with the JS code if any one have … -
Custom Query Builder on VBCSSummary: Hi, We have a query builder filter properties in VBCS. Is it possible to replicate it and make it available for us to develop as custom query builder Content (p… -
How to do table Inline EditSummary: Can nay body Please share a Sample App for an Inline Edit using SDP/ Content (please ensure you mask any confidential information): Version (include the version… -
How to solve this error in a Date Time componentSummary: This text field has a date time type and has a custom pattern (hh:mm:ss). This error doesn't affect the functionality of the page but i want a way to remove -
Add hyperlinks in Fire Notification.Summary: Hello everyone, is it possible to include hyperlinks in a Fire Notification? Content (please ensure you mask any confidential information): Version (include the… -
Calling SOAP service from VBCSSummary: Hi, I have a requirement of calling ERP SOAP service from VBCS as there is no REST service available. Also I do not want to include OIC as a middle tier due to … -
Download file from sharepoint with the help of ORDS Get call which contains file path & file name?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… -
Seeking Guidance: Changing Existing Field Values in Redwood Using JavaScriptHello Team, I'm looking a guidance on how to change the value of existing standard and custom object fields in Redwood using JavaScript. Could someone please advise on t… -
how to make a field occupy two or three columns in a form container in visual builder cloud serviceSummary: Consider a form container with direction as row and columns as four. I want add a text area field that takes the space of two columns in the form container. Ple… -
VBCS Excel Plugin Length ValidationSummary: Hi, I'm working in one VBCS Excel Plugin Template and the customer want a validation in the fields, to make sure the user will include the right values. This va… -
How to create a table in visual builder using custom array as dynamic columns.Summary: Assume user provided start date and end date, on click of button we should generate a table with dates between as column headers and an empty row. Please provid… -
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…