Custom Code
Discussion List
-
Implement Custom Field ValidationContent Hi, I want to implement a validation that checks (per keystroke) if the value of a field is according to requirements. If I use a page level variable in JET that… -
UserName from VBCS( OIC) Login ScreenSummary UserName from VBCS( OIC) Login ScreenContent How to get a username to pass it one more REST service....with Basic Authentication enabled for the login screen..User_2025-01-31-02-40-13-302 58 views 14 comments 1 point Most recent by User_2025-02-04-14-58-25-903 Visual Builder -
error trying to add integration service connection in VBCSSummary Cant get list of integrations from VBCSContent Was wondering how do I add a service connection to an integration in VBCS .When going through the process of add s…User_2025-02-04-13-35-35-440 46 views 3 comments 0 points Most recent by User_2025-02-04-13-35-35-440 Visual Builder -
oj-button validation in VBCSSummary oj-button validation in VBCSContent For validating required fields on the page, I am doing below , Please confirm if any better approach On event ojAction - 1. c…User_2025-01-31-02-40-13-302 76 views 1 comment 0 points Most recent by User_2025-01-31-02-40-13-302 Visual Builder -
POST REST Call in VBCSSummary POST REST Call in VBCSContent Please comment on this issue, what is the solution for it.. 1. I registered as Service Connection for creating webApp - When we do …User_2025-01-31-02-40-13-302 37 views 3 comments 0 points Most recent by User_2025-01-31-02-40-13-302 Visual Builder -
Access-Control-Allow-Origin header issue with VBCSSummary Access-Control-Allow-Origin header issue with VBCSUser_2025-01-31-02-40-13-302 42 views 4 comments 0 points Most recent by JT Thomas-Oracle Visual Builder -
oj-bind-for-each error when clearing object arraySummary need help with oj-bind-for-each error when clearing object arrayContent I have an array of objects and I am rendering them using oj-bind-for-each with an oj-inpu… -
Dynamic data with nested table data implementationContent Hi, I need to code the functionality involving displaying data, obtained from API service when user opens the details view of a parent record. The parent record … -
CAn someone troubleshoot my converter?Content I have an oj-input-date-time that I want to format in the clients local timezone. I have created this JS PageModule.prototype.convertToLocalTimeZone = function()…User_2025-01-31-15-40-56-878 55 views 3 comments 0 points Most recent by Georges Murr Visual Builder -
Search for a keyvalue in a ArrayDataProviderContent Hi All, I have a requirement to search for a particular key in a ArrayDataProvider (the ADP is populated with the data returned from a rest service) Could you ki…User_2025-01-28-05-07-26-222 30 views 2 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder -
New blog article on using imported Javascript in your Visual Builder applicationSummary Tips and Tricks for using custom code in Visual BuilderContent https://blogs.oracle.com/vbcs/3-tips-for-using-imported-javascript-with-visual-builder Version 18.… -
Order entry app - guidance around checkout and availability checkContent Hi All, I am designing a small order entry application in VBCS which allow the users to search for the items and create orders. I have created a landing page wil…User_2025-01-28-05-07-26-222 11 views 3 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder -
Visual Builder Cloud Service – Dynamic ElementsSummary Ways to make the JET components update without the need for a refresh buttonContent All, I have built quite a few JET apps where the display is updated automatic… -
Exporting data from a table into an Excel file in VBCSSummary Exporting data from a table into an Excel file in VBCSContent Hi Team, I am trying to display certain details into a table in Visual Apps. I have a requirement t…User_2025-02-01-01-38-47-234 340 views 2 comments 1 point Most recent by John Graves-Oracle Visual Builder -
Service call in Groovy ScriptSummary Having issues calling a service call in a groovy script.Content There was a nice blog showing how to do this in an old version: https://blogs.oracle.com/pdit-cas… -
Where NOT EXISTS QuerySummary Is it possible to perform the equivalent of a Correlated sub-query using RESTContent Is it possible to write a query like this in VBCS? SELECT * FROM TABLE_1 t1 … -
How edit custom code into buttonSummary How edit custom code to modifying button behaviorContent Hi, I've tried to follow the tutorial linked here https://www.oracle.com/webfolder/technetwork/tutorials… -
Complex Filter for GET PageSummary How to add a complex filter condition for a Page that gets all data from Business ObjectContent How can we add a complex filter for a page that gets all the reco… -
Hide/Show fields based on radio buttonSummary Want to hide/show a set of fields based on the value of a Radio ButtonContent How can we hide and show a set of 5 fields based on the value of a Radio Button on … -
How to do a batch request for parent and child (Both parent and child - NEW)Summary How to do a batch request for parent and child (Both parent and child - NEW)Content How to do a batch request for parent and child (Both parent and child - NEW) …User_2025-02-01-05-31-49-271 40 views 2 comments 0 points Most recent by User_2025-02-01-05-31-49-271 Visual Builder -
Simple Date ManipulationSummary How to set a field to a predetermined value based on business rulesContent I have a field named Expiration Date in a business object. I want to set this field to… -
Embed Java Applet within VBCSContent Hi All, We have a custom form in OAF which run a java applet within the page and we are planning to recreate the same form in VBCS. I just wanted to know if we h…User_2025-01-28-05-07-26-222 19 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder -
Create Composite Components for File Upload in VBCSSummary Here I'm trying to create a Composite Component for file uploading. So basically I need to pick a image file from the local system and take the image url.Content… -
where to define require.config in VBCS?Content Hi, We want to load javascript files and it seems like we need to define the path of javscript file in "require.config({" but I am not able to find this in VBCS.…Hong Ling Toh 40 views 1 comment 0 points Most recent by User_2025-01-31-15-40-56-878 Visual Builder -
Using Facebook SDK in a mobile appContent I want to use the Facebook Javascript SDK in one of our mobile apps. I cant do it the traditional way because the script tag is prohibted. Should I create a new …User_2025-01-31-15-40-56-878 21 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878 Visual Builder -
How Do We Use ABCS API in Oracle visual builder cloud service (Visual Application and NOT Classic).Summary ABCS API in Oracle visual builder cloud service (Visual Application and NOT Classic)Content Hello, How do we use ABCS API in Oracle visual builder cloud service …User_2025-02-01-05-31-49-271 11 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder -
Using $regex in AttributeFilterOperatorSummary How to use regex in filter filterCriterionContent Hello Experts, I have a webservice endpoint which has some filterCriterion defined to restrict the data. The fi… -
Is there any way to control when a "permanent" notification disappears?Summary I want to control a notification through a different action chain / module, or set a timer on the transient propertyContent I have an error notification that fir…User_2025-01-31-15-40-56-878 20 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878 Visual Builder -
Is it possible to convert a VBCS project into an OJET project?Summary Can we start with a VBCS project and then eventually convert it into an OJET projectContent Hello experts, I wanted to check if we can start with a VBCS project,… -
How to upload image taken using "Take Photo" action to Oracle Cloud MCS Storage?Summary Need to upload image taken using "Take Photo" action to Oracle Cloud MCS Storage, and further to a REST endpoint to store in ERP CloudContent Need help / pointer…Vidhya Valantina Venkatesh 82 views 10 comments 2 points Most recent by Vidhya Valantina Venkatesh Visual Builder