To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Visual Builder
Discussion List
-
Q: How to update a specific BO row on click?Summary Update business object specific row.Content Does anyone know how to perform a PATCH operation on a BO, in order to update a specific row? I'm trying to update a … -
Increasing oj-select option list size to remove searchingContent I have a oj-select element that is populated by binding a business object containing application data to the option list using an SDP. For two of these select el… -
Modifying data bound to a oj-table elementContent Background: I am binding data to a JET tables using a service connection that consumers a PCS REST API (shows process information). Each row in the table is uniq…User_2025-01-31-15-40-56-878 24 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Q: How to filter ArrayDataProvider?Summary How to filter a table based on ADP?Content Hi All, I created an editable table based on ArrayDataProvider. How can I filter the table, let's say, using a paramet… -
Displaying the the label of a select element by binding a BO value (id)Content Summary: I have a business object called "request". I have a "New Request" with a select element called "Job Title". It is populated with an SDP that gets data f…User_2025-01-31-15-40-56-878 15 views 3 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Popups in VBCS?Summary How do we get Popup windows in VBCSContent How do we achieve popup's in VBCS, we are looking to input the COA field for which we would need something similar to … -
Grab the primary key when a row is selected into a view listContent Hi team, I have a list view showing some data coming from a rest service. Need to capture and store the primary key when a row is selected by clicking on it. Is … -
HTML Content in Email TemplatesSummary HTML Content in Email TemplatesContent Hello, How to send HTML Content in Email Templates. -
OJ Train Component - Tick without ClickSummary OJ Train Component - Tick without ClickContent Hello, How do we show a tick mark on OJ Train Component via code or configuration.As of know Tick mark is coming w… -
Lock Application while Action Chain is being executedSummary Action Chain - REST Call - Progress bar while is being executed.Content Hi, On my VBCS App I've multiple REST Calls. What I want to do while one of this external…User_2025-02-04-06-37-33-175 23 views 2 comments 0 points Most recent by User_2025-02-04-06-37-33-175 -
Object Trigger Email Template - Email StatusSummary Object Trigger Email Template - Email StatusContent Hello, We are sending email from the Object Trigger Email Template in our custom groovy code.How do we captur…User_2025-02-01-05-31-49-271 18 views 0 comments 0 points Most recent by User_2025-02-01-05-31-49-271 -
Call a Rest service with parameters from a pageContent Hi team, do you have a tutorial/example showing how to call Rest service passing variables? Trying to build a search page and when I click on the Search button h… -
group by and aggregate functions in queries for building reportsSummary group by and aggregate functions in queries for building reportsContent Question: How to use aggregate functions and group clause in rest queries? We don't want … -
Search/filter on more columns in a tableSummary How to search/filter on multiple columns in VBCSContent I have managed to filter data in a table based on one attribute, which was pretty simple. Now I wonder if… -
How open a new windows browser from VBCSContent Hi all, can anyone tell me how open a new windows browser from VBCS app? I've tried with this code but does not work: "actions": { "openToNewWindow": { "module":… -
Call a DLL from VBCSContent Hello, I'm trying to understand how to call and show the return data to a dll. How can I do? The URL is similar to this one: https://something.oraclecloud.com/an… -
How obtain an hamburger menuContent Hello, is there a tutorial or something else which can help to build a hamburger menu similar to the one used on Oracle ICS(exactly the same I would say, same fu… -
REST endpoint viewer not workingSummary The REST Endpoint viewer for business objects in not working as documentedContent I am going through his document. https://docs.oracle.com/en/cloud/paas/app-buil… -
SaaS (HCM) Look and Feel UISummary Has the SaaS (HCM) look and feel UI for VBCS been releasedContent I had read in a couple of posts that a new SaaS UI will be released for VBCS Visual application… -
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 … -
Issues in populating a table in VBCS Classic Application using a custom Javascript to insert recordsSummary Issues in populating a table in VBCS Classic Application using a custom Javascript to insert records into the BOContent Hello, I am trying to populate a table us… -
Recommendations for using array query parameters in visual builderSummary How to bypass unique value constraint on URL parameters in VBCSContent I share this information with the hopes that it will save the reader some time or frustrat…User_2025-01-31-15-40-56-878 25 views 0 comments 2 points Most recent by User_2025-01-31-15-40-56-878 -
How to use dynamic object fields as anchor tag in email templatesSummary How to use dynamic object fields as anchor tag in email templatesContent How to use dynamic object fields as anchor tag in email templates for ex. We have URL fi… -
Request for "Detail Table" Implementation InstructionSummary Encounter some issues and gaps when trying to implement "Detail Table" using the cookbook.Content Hi All, Can someone share instructions \ insights regarding Det… -
Function VBCS returns only 25 values from the business object in Combobox.Content Hi All, Function VBCS returns only 25 values from the business object in Combobox. Thanks, Pasha.User_2025-02-04-07-41-08-378 25 views 3 comments 0 points Most recent by User_2025-01-31-15-40-56-878 -
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 36 views 2 comments 0 points Most recent by User_2025-02-01-05-31-49-271 -
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…