REST
Discussion List
-
Rest API - Handling multiple records in ResponseContent Hi, How to handle the multiple rows in the Rest API response? Use Case: When we enter the Dept, the user should see all the employees associated with the Dept. T…Mohana Gopal S-Oracle 45 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
How to call ICS (OIC) web service in VBCSSummary Click button in VBCS triggers cloud integration wsdl with input parameterContent Hi All My requirement is like below 1) in VBCS (Classic Application) page, I hav…Venkata Thota-70407 118 views 9 comments 3 points Most recent by Mohana Gopal S-Oracle Visual Builder
-
Implementing master-detail relationship using RESTful servicesSummary master-detailContent Hello Gurus, I am trying to implement a simple master-detail requirement to display orders as a master table in my web application (order no…User_2025-02-01-04-01-34-596 53 views 5 comments 1 point Most recent by Ameur Baccoucha Visual Builder
-
How to configure body with form url encoded REST ServiceContent Hi All, I have a Post Rest Service for which request body is x-www-form-urlencoded. In VBCS Rest Sevice Configuration, I am only seeing an option of passing path…
-
How to pull Cloud ERP Report data in VBCSSummary How to pull Cloud ERP Report data in VBCSContent Hi, We are trying to create a service connection via REST end point to Cloud ERP SaaS which would fetch BI Repor…
-
Table records is not visible to another admin userSummary Table records is not visible to another admin userContent Hi All, I am facing an issue, I am pulling the data from rest Service( rest Exposed Integration) in a t…
-
Pass body to a post requestSummary I want to pass a content type other than json to a post requestContent I have post rest endpoint where i need to pass Content-Type as "application/x-www-form-url…User_2025-02-04-23-47-46-987 18 views 3 comments 0 points Most recent by Duncan Mills-Oracle Visual Builder
-
Upcoming VBCS VersionSummary Any update regarding the next version release?Content Hi Shay, Is there any update when is the next VBCS release which will include the dynamic REST URI function…
-
Filter criteria using requestTransformOptions in rest endpointContent Need to filter the data based on criteria using requestTransformOptions in rest endpoint. In requestTransformOptions having the filter criteria where i can pass …
-
Intelligent Search in VBCSSummary Intelligent Search in VBCS for combobox/tableContent Hi All, I have a requirement that a combobox or table will have list of locations from REST Service. User ha…
-
Batch Request: Providing authentication credentialsContent Hi All, I'm trying to batch update a Business Object. It may be that the endpoint is not being updated since username and password aren't provided. Is there a vi…User_2025-02-04-12-06-50-154 10 views 3 comments 0 points Most recent by User_2025-02-04-21-30-51-376 Visual Builder
-
How to get Rest Api data in vbcsContent Hi All, I m new to VBCS Visual Builder Application. https://technology.amis.nl/2018/05/25/5-main-concepts-of-the-new-visual-builder-cloud-service/ I followed abo…User_2025-01-31-15-10-49-714 56 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Rest end point with parameter value containing single quote is not workingSummary When Business object rest endpoint is queried with parameter value containing single quote, bad request error is throwedContent I have a Business object containi…
-
Not able to reset arraydataprovider variableContent I have a table with data populating from arraydataprovider. I have dragged and dropped a select-one element in one of the column and set the value for the select…
-
session details in sdpSummary Load session details in sdpContent The requirement here is, When a user logs in concurrently and hits the BO, the data that is getting displayed is incorrect. Fo…User_2025-02-04-21-30-51-376 29 views 12 comments 1 point Most recent by David Konecny-Oracle Visual Builder
-
How to Display data with ADP similar SDPSummary Display the data ADPContent I am looking to way to display the rest using ADP When I use SDP I have option to have itemspath and Item Id Attribute so that I can …
-
Not able to escape / in VBCSSummary Not able to escape / in VBCS when invoking Rest ServiceContent Hi All, I am consuming rest Service http://hostname:port/lbsapi/location/{location} Ex-http://host…
-
BO RelationshipsSummary How to aggregate one BO by two primary keys to another BO?Content Hi All, I came across the BOs relationship functionality and I wonder how to create a relations…
-
Data from staged BO is not visible in UIContent I have staged my application and the staged BO has data. But when I run the staged application, data from staged BO is not visible in UI, the data from developme…
-
Customizing a VBCS Template Design and CSS. (Changes by code source)Summary Step by step on how to customize VBCS Template code as well as graphic components code.Content Hey experts! Enjoy this example focused on customize the design th…
-
Error 504 (Gateway Time-out) while calling Integration from VBCS ApplicationSummary Error 504 (Gateway Time-out) while calling Integration from VBCS ApplicationContent Hi Experts, We are facing “Error 504 (Gateway Time-out)” while calling one of…
-
How to Calculate a Running TotalSummary Header Field to total the Line Amounts belowContent Hello, I have a page designed (attached) that includes a Header Section and Lines Section. There can be many …Stephen Bryant-131052 32 views 3 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
No data to display in ListviewContent Hi, "No data to display in Listview" is the message I am getting whenever I test my list view. However, I added the data from an integration and I am not having …
-
LOV IssueSummary LOV will not pull dataContent Hello, Here is my situation: I've defined the following in accord with Shay's "LOV Tips Video": * Business Object to Store my LOV v…Stephen Bryant-131052 28 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Calling a Restful webservice with file object in VBCSSummary What are widget available to upload the file from local directory in VBCS? How to initiate a multiform data request type from VBCS to OMC 19A and send the file h…
-
Search for data on a VBCS page based on a parameter valueContent Hi, We have devloped a page in VBCS visual application wherein we are displaying data for the jobs submitted in the past. The requirement here is that if the use…User_2025-02-05-01-33-23-630 46 views 21 comments 0 points Most recent by David Konecny-Oracle Visual Builder
-
Matrix Table Possible?Summary Create a table where intersection of Column Value and Row Value is based on another fieldContent Hello, I am attempting to create a Matrix style table where the …Stephen Bryant-131052 16 views 0 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Adding Access-Control-Allow-Headers list to make rest call from a custom componentSummary Adding Access-Control-Allow-Headers list to make rest call from a custom componentContent Hi, I am calling a rest api from a custom component passing some Header…
-
Cannot Select ID Attribute on my ADPSummary Created ADP Variable to be populated by REST Service CallContent Hello, I've created a connection to our ERP for payables payments. No problem there. I can displ…Stephen Bryant-131052 22 views 0 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Updating data through REST api in component approachSummary Updating data through REST api in component approachContent Hi, We are using RestHelper class for Get request in custom component. Similary Could you please let …User_2025-02-04-21-09-02-317 8 views 3 comments 0 points Most recent by Duncan Mills-Oracle Visual Builder