Custom Code
Discussion List
-
How to Change the Template of Existing VB Application to Redwood Pages TemplateSummary: We have requirement to Change the Existing VB Application which is based on Empty Template to Redwood Pages Template. Any Inputs on How to achieve this? Content…
-
Tab out from table edit removes the row but working with mouse clickSummary: Hi All, We are facing issue with ADP "ojBeforeRowEditEnd" event. We are able to edit the column with mouse click and ADP gets updated with updated value. Howeve…
-
How to convert gif to PDFSummary: Hi All, I am showing a gif file in VBCS using object tag . I want to convert this gif to PDF. Is there a way to do it ? Content (please ensure you mask any conf…
-
How to get unique values from the API response in VBCSSummary: Hi everyone, I'm trying to create an application that uses Fusion APIs.I have an issue with duplicated values for the APIs when I take only one attribute from t…
-
How to create custom object and store data from appuiHi Experts customer is asking me to create custom objects in fusion and insert, update, delete data in custom object table like we do with database tables is this possib…
-
How to utilize bundle in VBCS JS section?Summary How to utilize bundle in VBCS JS section?Content Hi Everyone, I have created a basic web application with form validation. I want display error messages coming f…Karthick Rajarathinam 49 views 2 comments 0 points Most recent by Shashank Sharma-Oracle Visual Builder
-
Assigning SDP to ArrayUse Case: Display and Hide SDP table columns conditionally On VBEnter, while assigning SDP variable to multiple Array Variables with custom column headers (set in variab…
-
How to enable visual builder in Oracle Fusion for appuiSummary: Hi Experts I have added below roles added to my user but still unable to see the visual builder option in configuration in Oracle fusion. please help me as i'm …
-
Service connection issueSummary: While creating new service connection in VBCS , getting below error Content (please ensure you mask any confidential information): Version (include the version …
-
Select (Single) to Filter ADPSummary: Can anybody Please share a Sample App to Filter ADP Table Data using Select (Single) Content (required): Version (include the version you are using, if applicab…MilanMohanty 62 views 3 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
VBCS: Select single is replacing SDP filterCriterion with key attributes value in q paramSummary: I have defined a Select single in a form layout. I have assigned SDP variable, based on Fusion ADF describe REST API, to that select single and a Value property…
-
oj-c-select-multiple: "select all" optionSummary: oj-c-select-multiple, select all option Content (please ensure you mask any confidential information): Hi i am using oj-c-select-multiple and i need a "select a…
-
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…
-
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…Koda V V Satya Sai Surya Ramakrishna 11 views 2 comments 0 points Most recent by Duncan Mills-Oracle Visual Builder
-
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…Koda V V Satya Sai Surya Ramakrishna 31 views 2 comments 0 points Most recent by Koda V V Satya Sai Surya Ramakrishna Visual Builder
-
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…