Business Objects
Discussion List
-
Oracle VBCS Role Based Mail SendSummary Oracle VBCS Role Based Mail SendContent In Oracle VBCS how can we send mail to the Users attached to particular VBCS Role. For Example: Suppose I have two Roles …User_2025-02-06-00-12-20-757 27 views 6 comments 1 point Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Business Object Function - return array with multiple recordsSummary Business Object Function - return array with multiple records to pass to web serviceContent Hello, I have BO called, TrxHdrs, with multiple records. I know I can…Stephen Bryant-131052 24 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Display name instead of ID on main-start pageSummary Display name instead of IDContent Hi There, I have application with 3 pages, Main-Start, Main-Create, Main-Edit. Main-start is first page displayed when applicat…
-
How to join two tables in vbcs?Content How to create realationship in BO between two Tables. For example: I have two tables. Employee Table. Primary Key: Request_Num Course Reference Table. Foreign Ke…User_2025-02-05-07-12-25-853 146 views 5 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Issue with dropdown - options taken from SDPSummary Default value not getting loaded in dropdown when i take the options from an SDPContent I have created a service connector (describe) for connecting a business o…User_2025-02-04-14-58-25-903 10 views 0 comments 0 points Most recent by User_2025-02-04-14-58-25-903 Visual Builder
-
Custom login page in VBCS and query business object using REST APISummary Custom login page in VBCS and query business object using REST APIContent Hi Shay, I would like to create custom login page with username and password in databas…
-
Patch to custom Object created in SaaS failSummary Patch operation failContent Hi There, We have custom object created in financial cloud. This object's row need to be updated when data changes in VBCS screen. I …
-
Compound Filter Criterion IssueSummary The filter criterion works if you provide the first two fieldsContent Hello, I have the following 6 fields that are used as filter criteria on an SDP. Treasury S…Stephen Bryant-131052 10 views 7 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
External POST Request TimeoutsSummary External POST request returning timeout errorContent Hi All, I created a mid-tier Java app that sends POST requests to my VBCS business object. After 30 to 80 re…
-
How to deploy VBCs app to Onprem serverContent Hi, I have followed the below post for running VBCs app on other servers. https://blogs.oracle.com/vbcs/running-visual-builder-apps-on-other-servers-and-on-premi…
-
Issue when clicking on Hyperlink associated with a column in a tableSummary Hyperlink is unable to obtain selected row.Content Hi, I have a list view where one of the column is a hyperlink. And when I click on the hyperlink it will trigg…
-
Business Object Functions not visible after updgradeSummary List of endpoints limited to 8 total for business object functionsContent Hello, I have 17 functions defined on a business object yet only 8 endpoints are availa…Stephen Bryant-131052 22 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Search Criteria for particular user?Content Hi, We have developed an application in vbcs When logged into the application using username and password in which we get details related to that employee We use…User_2025-02-05-07-00-39-312 21 views 5 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
error satus 403 cannot svave recordSummary Saving a newly created record gives 403: save faildContent HI, I am building an application. I can preview, add data, delete and update data. When i staged the a…
-
Data in ADP different from what's being shown in list view?Summary Unexpected behavior when resetting/refilling ADP's used for list views.Content Hello Community, Goal On page A, we want the user to be able to select items from …
-
401 Authorization Required Error while calling Business Object REST API in PostmanContent Hi Team, I am getting 401 Authorization Required Error while calling Business Object REST API in Postman. Please find the below screenshot. Please also find VBCS…Dipak Chhablani-Oracle 213 views 6 comments 1 point Most recent by Laura Moreno-Oracle Visual Builder
-
Unable to access Business Object REST API after importing applicationSummary Unable to access Business Object REST API after importing applicationContent I moved a VBCS application from one instance to another using export/import utilitie…
-
How to use binding in VBCsSummary Iam trying to implement a OJET drag and drop example from cookbook in VBCSContent Iam trying to implement a OJET drag and drop example from cookbook in VBCS I am…
-
Can't Fetch a Business Object with a Subset of ItemsContent Hi, experts, I need to fetch an object data and all the objects data linked to it. I'm trying to fetch an object with a linked object as in the attached image. U…
-
Adding new fields in BO, how to we get them in the page flowContent Hi All, while designing the POC's, i have need to change the BO fields frequently. How do i get these new fields get updated automatically in the flow ? Do i hav…
-
security for an VBCS applicationSummary Difficulty setting up security for VBCS applicationContent Hi, We developped a vbcs application for our client. It has hundreds of anonymous users and hundreds o…
-
Internal server error 500 when creating a complex business object using REST callSummary Internal server error 500 when creating a complex business object using REST call.Content Goal We would like to store a page variable, whose type is based on the…
-
Unable to concatenate two fields in Business ObjectSummary Unable to concatenate two fields in Business ObjectContent Hello, This is a strange issue. I have a business object where I want to concatenate two fields using …Stephen Bryant-131052 40 views 7 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Filter on unique resultsSummary Is it possible to get unique items from an SDP or rest call response?Content Hello community, Is it possible to get unique items from an SDP or rest call respons…User_2025-02-05-15-17-58-767 12 views 2 comments 0 points Most recent by User_2025-02-05-15-17-58-767 Visual Builder
-
How to Generate PDF in Oracle VBCS?Content Hi Team I need to generate PDF file in VBCS. I have tried that in Oracle JET. In JET i have added library in main.js file 'pdfmake': 'libs/Pdf/pdfmake', 'vfs_fon…User_2025-01-31-15-10-49-714 124 views 13 comments 2 points Most recent by User_2025-02-05-15-03-12-334 Visual Builder
-
WSDL generate in VBCS application?Content Hi Team, We have developed an application in VBCS, in which we have business objects and we need to generate wsdl using that business objects data. How to achiev…User_2025-01-31-15-10-49-714 30 views 3 comments 0 points Most recent by Duncan Mills-Oracle Visual Builder
-
How to perform export to excel in vbcs? (Table data from Business Object).Content Hi All, We have designed a page in vbcs, in which we have employee details as oj-table(drag and dropped from BO) We have a button as Export to Excel. Our require…
-
Business Objects Lookup using RESTSummary Business Objects Lookup using RESTContent is there a way to create a Rest End point to look up a business object row by a custom created field and not by the id …
-
How to download uploaded file in button action?Content Hi All, We have file upload functionality in our VBCS page. Uploaded file will be of in any format i.e (PDF, txt, Document, excel, image etc.) we show that file …User_2025-02-05-07-00-39-312 56 views 4 comments 0 points Most recent by Duncan Mills-Oracle Visual Builder
-
Table Row Selection Listener in VBCS?Content Hi Team, I used below URL to get selected row data. https://blogs.oracle.com/vbcs/accessing-selected-rows-values-in-a-tables-in-visual-builder Now when i select …User_2025-01-31-15-10-49-714 63 views 3 comments 0 points Most recent by User_2025-01-31-15-10-49-714 Visual Builder