REST
Discussion List
-
*** Solved *** Getting the Label on an LOV to pass to REST ServiceSummary Accessing the Label on an LOV to collect in a VariableContent Hello, I've created a VBCS application that takes data from the page variables and passes them (as …Stephen Bryant-131052 19 views 0 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Representing an XML schema in VBCSSummary taking a CSV file from OICS and converting it to a json for XML schema complex typesContent Hello All! I need some help on this problem I have I attempted to att…User_2025-02-04-13-35-35-440 48 views 0 comments 0 points Most recent by User_2025-02-04-13-35-35-440 Visual Builder
-
Auto Generate IDSummary Need to auto generate a number to use in the applicationContent Hi, We are developing a page where a field needs to be an auto generated ID. I want the auto gene…User_2025-02-04-20-45-43-416 24 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Error in components in VBCS Version: 19.1.3Content I was previously using VBCS instance with version 18.4.5 where I was able to install and use components like Export data. Currently I have created a new instance…
-
Using Oracle Rest APIs in VBCSSummary I can't use Fusion Rest APIs in VBCSContent Hello everyone, I'm newbie at VBCS. Today I have to use one Oracle Rest Api in my application for one of Oracle Custo…
-
BO TransactionContent i updating complex list.. But i want start transaction. if it failure i want rollback or commit. Should I use ORDS or BO? ords difficult to use. Table may change…User_2025-02-04-20-31-08-782 17 views 2 comments 0 points Most recent by User_2025-02-04-20-31-08-782 Visual Builder
-
Using Oracle Rest APIs at Physical Android Devices which developed from VBCSSummary I can't use Fusion Rest APIs in Physical DevicesContent Hello everyone, I'm newbie in VBCS. I'm try to use Oracle Rest API in one of my application. Here the api…
-
VBCS : Service Data Provider to Array Data ProviderSummary Converting Service Data Provider to Array Data ProviderContent Hi All, I have a ServiceDataProvider variable which is holding the table data in the page. I just …Nazeer Anantha-145553 482 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Not able to create a type of a variable from a end pointSummary Facing issue while creating variable type from an endpointContent I'm creating an application using VBCS Tool, For this task i'm creating service connection thro…
-
Batch Update a Business Object: Bad Request ErrorContent Hi All, I'm trying to batch update a business Object by calling the REST endpoint business objects/batch. As a filepath I inserted: https://mightyzeus-mightyzeus…User_2025-02-04-12-06-50-154 27 views 6 comments 0 points Most recent by User_2025-02-04-12-06-50-154 Visual Builder
-
oj table data shrinksSummary Data in oj-table shrinks when columns have data of varied lengthContent I have used a table component in our VBCS screen. When the table populates with column da…
-
Posting to Business Objects by ForEach Iteration over an arrayContent Hi All, I have the Business Object ShipmentHistory3 and function "createDataArray" which retrieves an array of items of the get_ShipmentHistory3 type. Array cont…User_2025-02-04-12-06-50-154 31 views 2 comments 0 points Most recent by User_2025-02-04-12-06-50-154 Visual Builder
-
Accessing Business Objects via REST and SOAP UISummary Need some Newby help on Cross-Origin Resource SharingContent Hi I'm relatively new to OVBCS and REST, and a little help please... I've created a simple VB App an…Mark Chappell-112191 30 views 6 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
unable to access REST service from Visual BuilderContent Hi all, My requirement is to develop an application using oracle jet(Visual Builder) as Front End and oracle ADF as Back End. I am in my very first month of orac…User_2025-02-04-21-34-46-037 33 views 9 comments 1 point Most recent by Aparna Gaonkar-Oracle Visual Builder
-
VBCS: expanded REST problems, One-to-One relation, and settings with Business ObjectsSummary VBCS: expanded REST problems, One-to-One relation, and settings with Business ObjectsContent Dear all, I have Business Objects in one Application and am consumin…
-
Fetch users who have access to particular application in combo-boxSummary Need to fetch the user names who have access to that particular application and show them in dropdownContent I want to show the user names who have access to my …
-
How to call long running sync job (ADF BC method) on page load in VBCSSummary Need to call Java method(exposed in AMImpl) on VBCS page load and show busy / loading iconContent Hi, We have a requirement to process and load batch of invoices…User_2025-01-29-01-03-09-178 38 views 9 comments 1 point Most recent by User_2025-01-29-01-03-09-178 Visual Builder
-
Using Rest Endpoints in Visual Builder Cloud ServicesSummary I can't use any Rest Endpoints in VBCSContent Hi to all, I have Rest Endpoints for sample hr schema's Departments table. I want to use this endpoints in my VBCS …
-
Create an event to show a table after a button eventSummary Create an event to show a table after a button event.Content Hi everyone, I have a table where I show a list of files in an FTP directory. I have created an even…
-
Dependent LOV based Rest API(VBCS)Summary Dependent LOV not Working which is based on Rest API(VBCS)Content Hi All, I have a REST API. based on REST API, I have created 2 LOV's. which is dependent. I can…Nazeer Anantha-145553 110 views 12 comments 1 point Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Issue to send content Visual Builder to integrate OIC.Summary Issue to send content Visual Builder to integrate OIC.Content The application in which I work consists of a table and a button. The table contains only two colum…
-
SelecOne (LOV) in VBCSSummary SelecOne (LOV) in VBCSContent Hi All, I am calling a REST API...to populate LOV...but data is not getting populated....below is the process followed 1. Registere…User_2025-01-31-02-40-13-302 33 views 2 comments 0 points Most recent by User_2025-01-31-02-40-13-302 Visual Builder
-
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…User_2025-02-04-06-54-05-326 32 views 2 comments 0 points Most recent by User_2025-02-04-06-54-05-326 Visual Builder
-
Chart not displaying any dataSummary Chart not displaying any data (based on REST endpoint)Content Hi, I have a REST endpoint providing this format of data [ { "BalId": "1000003", "BalName": "Includ…Jean Francois Dechamp 25 views 5 comments 0 points Most recent by Jean Francois Dechamp Visual Builder
-
How to consuming API with parameter 'q' in VBCSContent I have an API with which I pass certain parameters with 'q' to filter the data. The tests I did in Postman and I already have the API with the corresponding para…
-
oj-table in VBCSSummary oj-table in VBCSContent Hi, Method1: I have a oj-table for which added the data using data source option......At what point data would be populated onto this tab…User_2025-01-31-02-40-13-302 26 views 7 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
UserName from VBCS( OIC) Login ScreenSummary UserName from VBCS( OIC) Login ScreenContent How to get a username to pass it one more REST service....with Basic Authentication enabled for the login screen..User_2025-01-31-02-40-13-302 46 views 14 comments 1 point Most recent by User_2025-02-04-14-58-25-903 Visual Builder
-
Registering VBCS application in product cloudSummary Registering VBCS application in product cloudContent Hello, i am am looking for an approach to register VBCS application in another cloud services for example pr…User_2025-01-31-02-40-13-302 4 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Error in main-start HTMLSummary Error in main-start HTML errorsContent Please comment - As shown the attached screen shot. main-start HTML page shows 5 errors on the page, How do I debug which …User_2025-01-31-02-40-13-302 15 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
POST REST Call in VBCSSummary POST REST Call in VBCSContent Please comment on this issue, what is the solution for it.. 1. I registered as Service Connection for creating webApp - When we do …User_2025-01-31-02-40-13-302 35 views 3 comments 0 points Most recent by User_2025-01-31-02-40-13-302 Visual Builder