Business Objects
Discussion List
-
Access a business object via java script function codeContent Hi all, can you suggest me how to access a business object via java script function on click button event? I need to iterate over the business object to retrieve…
-
How to use conditional compound filter for below criteria: Service Data Provider (on table)Summary How to use conditional compound filter for below criteria: Source: Service Data Provider (on table)Content How to use conditional compound filter for below crite…User_2025-02-01-05-31-49-271 51 views 25 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
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 6 views 3 comments 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
How to use aggregate and groupby clause for reporting in VBCS.Summary How to use aggregate and groupby clause for reporting in VBCS.Content How to use aggregate and group by clause for reporting in VBCS. Business Scenario: We have …User_2025-02-01-05-31-49-271 38 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle 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…
-
Performance IssuesSummary Performance IssuesContent Hi All, In the last month or so I'm building an app using Visual Builder. Lately, as the app grows, I encounter with heavy performance …
-
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…
-
Composite KeySummary Composite KeyContent Hello, How do we make 2 columns combine as a composite key at the VBCS Object level.Currently there is only Unique feature.User_2025-02-01-05-31-49-271 24 views 8 comments 0 points Most recent by User_2025-02-01-05-31-49-271 Visual Builder
-
Q: How to get table cell value on "ojBeforeRowEditEnd" event?Summary Using "ojBeforeRowEditEnd" event with no success.Content Hi All, I tried using "ojBeforeRowEditEnd" and get the cell value with $chain.variables.detail.value.dat…
-
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 …
-
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 10 views 3 comments 1 point Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
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 …User_2025-02-01-05-31-49-271 50 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
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…User_2025-02-03-23-55-04-023 54 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
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…
-
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…
-
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…User_2025-02-01-05-31-49-271 19 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle 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…
-
Updating the VBCS internal database through APIs?Content Hi As part of an integration project with OIC I am looking for way to create a custom monitoring application which would be more user friendly than the built-in …User_2025-02-03-21-18-19-063 20 views 2 comments 0 points Most recent by User_2025-02-03-21-18-19-063 Visual Builder
-
Drilldown (separate screens)Summary Created a working Drilldown but need adviceContent Hello, I am new to VBCS and in the midst of practicing drilldowns from one screen to another (separate screens…Stephen Bryant-131052 19 views 1 comment 1 point Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to access Oracle SaaS (Fusion) business objects in VBCSSummary Accessing Fusion BO's in VBCSContent Hi All, We have oracle cloud ERP and VBCS instances on two different identity domains. I am trying to find a document that c…
-
How to expose a Soap service as Rest using OICS and call it in a Visual Builder applicationSummary How expose Soap Service as REST using OICSContent Hi, I need to call a WSDL in a Visual Builder application, reading the documentation I realize that Visual Buil…Cesar Tepetla 37 views 1 comment 0 points Most recent by User_2025-01-28-05-07-26-222 Visual Builder
-
Adding busines object data fails when deployed to androidContent I have a "Consumer" business object with the following fields: 1. Name 2. Age 3. DOB I have a mobile application with two flow pages. The start page has a form w…User_2025-01-31-15-40-56-878 17 views 5 comments 1 point Most recent by User_2025-01-31-15-40-56-878 Visual Builder
-
Missing required property: aggregatedFieldIdSummary Manually adjusted a SDP variable type resulting in error "Missing required property: aggregatedFieldId"Content The steps I took: - created a list page for a busi…
-
Is there a way to create REST endpoints apart from what is created as part of business objects in VSummary Need a way to create REST services just like ORDSContent Hi VBCS Community, I am looking at possibility to create new REST end points apart from what are already…
-
Creating business obect from table creation sql scriptsContent HI All, We are using vbcs as part of Autonomous OIC. One thing we have learnt is that the underlying database is not accessible using sqldeveloper. Now in order …
-
Checkbox with multiple values needs to be added to the business objectContent I have a checkbox which can have multiple values selected. I need the values selected to go into a field in the business Object, What should be the type of the f…
-
Combo box backed by an Array shows value and not display value on adding new rowSummary Combo box backed by an Array shows value and not display valueContent I have combo box shown in a custom Template inside oj-bind-for-each tag When I choose the f…User_2025-01-31-16-21-53-570 13 views 3 comments 1 point Most recent by Laura Akel-Oracle Visual Builder
-
Dependent Lists in a Table backed by an Array in Visual Builder Cloud Service VBCSSummary How to define dependent LOVs when the LOVs are shown in a table and each dependent LOV needs to refresh based on the source of the same rowContent Hi, I have an …User_2025-01-31-16-21-53-570 37 views 11 comments 1 point Most recent by User_2025-01-31-16-21-53-570 Visual Builder
-
Unable to see business object data (after adding a few records)in the live modeSummary Unable to see business object data (after adding a few records)in the live modeContent Hey, The ask is, that new records should be created from the user entered …User_2025-01-31-18-11-07-658 33 views 4 comments 0 points Most recent by User_2025-02-01-05-42-23-284 Visual Builder