Business Objects
Discussion List
-
Access Data iteratively from Service Data ProviderSummary Access Data iteratively from Service Data ProviderContent Hi, Is there a way to access data from SDP variable? I am reading data from a REST service in a SDP var…Preetesh Dongre-133500 32 views 2 comments 0 points Most recent by Preetesh Dongre-133500 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…
-
VBCS Database MonitoringContent Hi All, I know that VBCS comes with a internal database of around 5GB. Is it possible to monitor the size of the internal database as we start using the applicat…
-
Business Rule Violations/Error MessagesSummary Can Business Rule Error Messages be displayed in the UI?Content Hello, I've created a business rule to test for nulls in multiple fields. The rule checks a recor…Stephen Bryant-131052 11 views 2 comments 1 point Most recent by Stephen Bryant-131052 Visual Builder
-
How do I update an entire column with a value?Summary update field entry in visual BuilderContent Hello all!, I have an integration in PaaS that is reading documents that contain refund amounts The refund amounts ar…
-
Service Data ProviderSummary Service Data ProviderContent * First I'm assuming that Service Data Provider (SDP) variable is what is used to call the for the data, be it a Service Connection …
-
Variable Access from TriggerSummary Variable Access from TriggerContent How can I use application variables within a trigger of a Business Object. I could not figure out how to pass or use an Appli…
-
Business Objects - long stringSummary How to save a long string (CLOB)Content Hi, I have the need to save long strings that does not fit on the current limits of a string within a business object. My…
-
Simple Trigger Field UpdateSummary Failed field set on Business ObjectContent I have a demo environment, and can not tell if this is failing because of the environment, or something wrong with my …
-
Master DetailSummary Pass Master Record ID to Detail Record ID when savingContent Hello, I've created a transaction entry screen based on two business objects. There is a Header tabl…Stephen Bryant-131052 15 views 5 comments 0 points Most recent by Steve Muench-Oracle Visual Builder
-
Recommended Database Objects in VBCSContent Hi Everyone, Working on VBCS I'm using database objects of 10,000 to 50,000 rows and 15 columns. Currently my plan is to use embedded tables but I wanted to ask …
-
Business Object (Reference Field)Summary Display value in table column rather than the ID associated with the reference fieldContent Hello, I've created the following: -- Table Collection based on one B…Stephen Bryant-131052 29 views 1 comment 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
VBCS Features to Work With Oracle CloudSummary Use cases for fetching data from the Cloud into Visual builderContent Hi All, I'm interested in Saas\PaaS integration between the Oracle Cloud and the VBCS. The …
-
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…
-
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…
-
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…
-
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 …
-
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.
-
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…Christopher Maggiulli 10 views 3 comments 1 point Most recent by Christopher Maggiulli 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 …
-
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…
-
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…