Custom Code
Discussion List
-
Populate ADP with data and then additional rowsSummary Loading a document for EditContent Hello, I have a custom edit screen in my application. Upon loading the page, the headers populate. Then the lines populate in …Stephen Bryant-131052 28 views 1 comment 0 points Most recent by David Konecny-Oracle Visual Builder
-
Make Row Required in ArraySummary Make Row Required in ArrayContent Hello, Is it possible to make an entire row in an Array required without affecting the other rows. The idea is once the user st…Stephen Bryant-131052 18 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to get browser URL in VBCSContent Hi Team, I want to get browser URL when i integrate my application in fusion, i attached one image file for your reference. i m using below code const urlParams …User_2025-01-31-15-10-49-714 90 views 8 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Select one choice validation?Content Hi all I have two select one choice in my UI. I need to select either one of the values. If i select both values it should throw error. How to achieve this? Than…User_2025-02-05-07-00-39-312 20 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Object Function IssuesSummary Trying to get value of field in one BO based on ID in another BOContent Here is the situation. I have an object function created on a DummyBO so I can iterate ov…Stephen Bryant-131052 14 views 5 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
File Upload and Download in ORacle VBCS?Content Hi Team We are using oracle storage cloud. I need to upload the document and have to get the list of documents from bucket. Please provide solution for this quer…User_2025-02-05-07-00-39-312 77 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to insert data into reference column using POST BO endpointContent Hi team I have created two tables (Table A, Table B) which is having common column Ref ID. I have created relationship in Table B based on Table A column Ref ID.…User_2025-02-05-07-12-25-853 18 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to make a checkbox checked by default in vbcs?Content Hi Team, How to make a checkbox checked(selected) by default in vbcs? In HTML we have used a property called checked like below code. But in VBCS its not working…User_2025-02-05-07-12-25-853 534 views 3 comments 0 points Most recent by David Konecny-Oracle Visual Builder
-
getting max value in array in javascript not workingSummary frustrating issueContent Hello, First a little background. I have an editable array with an "add row" button. The button adds a single row that is in a business …Stephen Bryant-131052 12 views 3 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Editable Array Issue in VBCSContent Hi All, I am trying to implement editable array as per the guidelines provided in the jet cookbook (https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.…User_2025-01-28-05-07-26-222 34 views 9 comments 0 points Most recent by Vinay Agarwal-Oracle Visual Builder
-
How to create customized dynamic table in VBCS?Summary How to create customized dynamic table in VBCS?Content Hi Team, How to create customized dynamic table in VBCS? Thanks, Karthick Version 19.1.3User_2025-02-05-07-12-25-853 31 views 6 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Access Application or Flow level variables through java script in VBCSSummary Access and manipulate Application or Flow level variables through java script in VBCSContent I have added few variables at application leven and flow level with …
-
State Management with a Data Grid ** Need Advice***Summary Managing the State of the page when a user changes rowsContent Hello, I have a data grid in the image file below. It has six fields as follows: Line Num / GL Dat…Stephen Bryant-131052 18 views 0 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Row level templatesSummary How to use row level templates for styling a pageContent Hi, Could you please provide example of using row level templates for changing color of a row in VBCS. T…
-
Problem to send the payload of reading a file in Visual Builder to the RESTful web service of ApexSummary Problem to send the payload of reading a file in Visual Builder to the RESTful web service of ApexContent The requirement consists of a screen in Visual Builder …
-
How does Visual Builder define the line break when reading a file using File Picker?Summary I need to separate a text line by line in sql plContent Hi everyone, I have a development in Visual Builder that reads .csv files using file picker. On the other…
-
How to return array values in JS function in VBCS?Content Hi Team, I am trying to return array in Javascript and split those array values and populate in text fields. But the array values which i return in JS couldnt ab…User_2025-02-05-07-12-25-853 162 views 17 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to govern JavaScript in several VBCS applications within an enterpriseSummary VBCS: JavaScript usage, challenges, architecture and governance for enterprises and some usefull tips about using JavaScript in VBCSContent Hi all, I've written …
-
Object Trigger - create record in another BOSummary Object Trigger - only create if the record does not exist in the target BOContent Hello, I have two BOs. One BO stores balances by various attributes. I have an …Stephen Bryant-131052 22 views 6 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Is there a limit to how many rows you can load in a Business Object via the BOs Rest APISummary REST API - load business object - limit?Content Hello, I am loading a business object from ICS using the business object's rest API. Is there a limit to the numb…Stephen Bryant-131052 30 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
How to validate a form before click save button ?Summary I want to not send a form only after all required fields are filled ?Content Hi evryone; I have some create forms that contains required fields. i want that if a…
-
QR code scanner in VBCSSummary QR code scanner in VBCSContent Hi, I would like to implement QR Code Scanner in oracle VBCS Mobile Application. I have tried implementing take photo action using…
-
Compound Filter - not working for five fieldsSummary Compound Filter works for three of the five but not last twoContent Hello, I have a compound filter that is based on five fields. I created a function per Shay's…Stephen Bryant-131052 19 views 5 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
How to add an array to a POST Service Data Provider?Summary I need to POST multiple contact of the same customer using a post formContent Hi there, I have a list of customer that are displayed in a table. I did create a C…
-
How can i make a variable store data after using a Call Module Function event?Summary waht am asking for is how to change the value of a variable and keep it changed using a Call Module Function eventContent Hi, I passed a variables in the argumen…
-
upsert based on another fieldSummary Posting to Business Object from ICSContent Hello, I am extracting data from our SaaS system via an OTBI Report. This works nicely. However, I have an identifying…Stephen Bryant-131052 14 views 10 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Getting Uncaught TypeError calling Web ServiceSummary Error Occurs even though the Webservice brings back dataContent Hello, I am getting this error when calling a web service I created that brings data back to vbcs…Stephen Bryant-131052 9 views 10 comments 1 point Most recent by Stephen Bryant-131052 Visual Builder
-
Image, Large files storage in VBCS?Content What are the datatypes available in VBCS. Is there any way to store image or large files in table in vbcs?User_2025-01-31-02-34-24-578 38 views 2 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Filtering and sorting in VBCS is not working while implementing using rest servicesContent Hi Team, I have followed below link to perform filtering and sorting in vbcs. It works fine for the table which i have drag and dropped from Business Object. But…User_2025-01-31-15-10-49-714 58 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to call ICS (OIC) web service in VBCSSummary Click button in VBCS triggers cloud integration wsdl with input parameterContent Hi All My requirement is like below 1) in VBCS (Classic Application) page, I hav…Venkata Thota-70407 117 views 9 comments 3 points Most recent by Mohana Gopal S-Oracle Visual Builder