Validation
Discussion List
-
How to disable a table in VBCS dynamically based on conditionHi Team, we have a requirement to disable a table/disable double click on table based on field status. we created Id for table and try to disabled it from Java Scripts .…User_2025-08-15-00-03-05-696 93 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to disable table or button in table in VBCS dynamicallySummary: Hi Team , I have to disable table or button in table dynamically depending upon particular condition so that no editing can be performed . Content (required): V…
-
Remove duplicate values in Array variable/Select Many in Oracle Visual BuilderSummary: Select Many shows duplicate values Content (required): Hi Team, We have created an Array variable at page level in VBCS. In one of the action chain, we have use…
-
Fetch cloud application hostname from service connections/some other ways from VB app?Summary Fetch cloud application hostname from service connections/some other ways from VB app?Content Hi All, We have created a VB app and is embedded in cloud applicati…
-
How to use raw value event for select single or combo boxSummary: I have a query where we need to use select single or combo box when user enters or press keys runtime we pass raw value(search with raw value like lov) to our r…
-
Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database TableSummary: Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database Table Content (required): Hi All, We have the below required for the VBC…
-
CPQ REST API Authentication in VBCSSummary: We have a requirement where CPQ REST-based web service needs to be authenticated in VBCS mobile application. Content (required): Currently, VBCS offers OAuth 2.…
-
VB excel add-in : How to make user search parameters mandatory?Summary: When downloading data from VB Excel, we need to prompt user to enter search parameters to restrict fetch from the BO. It is observed that the Search prompt does…
-
Filepicker & Procurement Attachment REST API - VBCSSummary: How to user filepicker in VBCS? I want to use PO Attachment REST api to attach any file(s) attached on filepicker to SaaS for specific PO Header ID. Content (re…
-
How to close current browser tabSummary: Actually I am try close current browser tab using button and action chain via call module function. Content (required): Version (include the version you are usi…
-
Visual Builder excel add-in - Dependent LOV for ORDSSummary: Need more clarity on support/how-to for VB excel dependent LOV's support for ORDS/Open API spec REST API's. Content (required): Field 1 and Field 2 are LOV enab…
-
Caching for REST APIs in VBSummary Caching for REST APIs in VBContent Hi All, I went through one beautiful blog from Shay on caching the BOs in VB,this is really good to know. https://blogs.oracle…
-
How to update who columns from VBCS using PUT rest endpoint servicesHi I am using PUT ords rest service to update column in ATP data base I want to update who columns as well in table which user (userid)access the vbcs application and wh…
-
Need Help Table layout settingSummary: I am doing some changes in table style properties I am getting CSP violation errors I want to know what is the best way to set table properties like height, wid…
-
Filtercriteria using SDP in vbcsContent Hi All, In vbcs we have an requirement where we have date column in our table (Lastupdated date).. We use same column for both From date and To date When we choo…
-
Facing issue input search and select single defaulting undefinedSummary: Hi, I am using input search component which is filtering data in SDP based table I have multiple filter condition table . if I input search(currency field) work…
-
Visual Builder excel add-in - Read-only fields on layoutSummary: Requirement is to have read-only fields on the layout as FYi for user and not allowed to update. However unchecking the field for update still allows user to ed…
-
Custom validation field messagesSummary Custom validation field messagesContent Hi, I've worked out how to do custom field validation, but instead of firing a message at the top of the page I wanted to…
-
Disable multiselect row in SDP based table on conditionSummary: How can we disable a below row for multi-selection so that when user selects in bulk this row would not get selected we have to restrict selection of this row. …
-
Adding parameters to VBCS URL embed in Oracle ERP CloudHi Team, In VBCS URL which is embed in Oracle ERP cloud, we are able to add parameters and pass along with the VBCS URL using below syntax. ?ItemNumber=#{bindings.ItemNu…
-
Oj Table with ADP data giving error after upgrading to 2204Summary: Oj Table with ADP data giving error after upgrading to 2204 Content (required): We are using one oj table which gets data from ADP. Table's one field is using b…Kumar Saurabh Srivastava 13 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Unable to show array as drop down in componentSummary: Hi, I am trying to show a array value return ['EUR', 'AED', 'USD'] into a drop down or input search any component box but not working in any component I am usin…
-
Facing issu date format to DD-MON-YYYY in a SDP based tableSummary: HI, I want to convert table column date into DD-MON-YYYY currently its showing as below my table is sdp based.
-
Input search component not showing valuesSummary: Hi, I am using SDP based input search box 1st time it works fine but when the user deletes text or clear value from the input search box it does not show the li…
-
How to Create Custom Theme Template for AppSummary: I am building a new application so I want to use a new theme Template not already been given below can any1 help or have videos on how to create a new template …
-
Pagination using pdp variable by passing offset valueSummary: Hi All, I have done pagination for VBCS table through pdp variable which is working as expected. I am using OIC service to load data for table. But now I have n…User_2025-02-11-11-37-24-835 42 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Requirement to display a dynamic form with componentsSummary: Hi Team, We have a requirement to display a dyanamic form with components, that we have managed to display it in the UI. Now, the problem is to get all the valu…User_2025-02-11-11-37-24-835 22 views 5 comments 0 points Most recent by User_2025-02-11-11-37-24-835 Visual Builder
-
How can we add a CAPTCHA support (Oracle one or Google Recaptcha or other alternative)?Summary: One of our customer did ask if there is a possibility to support a CAPTCHA within the VBCS application to limit bots that would attempt to use the form exposed.…
-
$application.user.email returns Username instead EmailSummary: Hi, When we run the app from VBS-> workspace , '$application.user.email' returns User Name. It returns Email when we either access shared app url or run it from…User_2025-02-10-07-41-15-235 21 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Add new column after arithmetic operationSummary: I want to add new column in a ADP based table which will display data after subtracting 1st and 2nd column. A-B=C(after subtraction).