REST
Discussion List
-
How can i set parameter to be fetched from column when uploading data?Summary: I am using Visual builder add in in excel and want to know if there is anyway to do a setup such that instead of asking parameter for the REST api when uploadin…
-
VBCS + Single Select + SDP + Key AttributesSummary: The single-select is not returning key attribute value instead just returning the row-iteration num. Content (required): When I select a value in Single-Select,…
-
select one sdp finder not workingSummary: finder parameter not display value Content (required): Single select value is working fine with SDP, after adding finder parameter SDP value is filtering fine a…
-
Bulk Upload Feature in VBCSSummary: Bulk Upload Feature in VBCS Content (required): Hi Team, We wanted to load the BULK data using the excel in VBCS based on a PAAS View or Paas ATP tables. We hav…Gangu Nagendra Prasad 44 views 8 comments 0 points Most recent by E. Alex Davis-Oracle Visual Builder
-
Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database TableSummary: Blank rows to be added on Editable Table in VBCS & Inserting multiple lines to Database Table Content (required): Hi All, We have the below required for the VBC…Gangu Nagendra Prasad 23 views 3 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Bulk Upload Feature in VBCSSummary: Bulk Upload Feature in VBCS Content (required): Hi Team, We wanted to load the BULK data using the excel in VBCS based on a PAAS View or Paas ATP tables. We hav…
-
CPQ REST API Authentication in VBCSSummary: We have a requirement where CPQ REST-based web service needs to be authenticated in VBCS mobile application. Content (required): Currently, VBCS offers OAuth 2.…
-
How to deal with large data in select single or Input Search ?Summary: We have a requirement where the customer wants a Single Select/Input Search Component on VBCS Page to Search As you type and select Item/Product Information fro…Vishal Singh Rajpurohit 12 views 2 comments 0 points Most recent by Vishal Singh Rajpurohit Visual Builder
-
VB Excel add-in - Dependent layout for ORDS servicesSummary: Dependent layouts are currently available only for bc-rest services (most FA services and VB custom business objects) as mentioned here: https://docs.oracle.com…
-
VB excel add-in : How to make user search parameters mandatory?Summary: When downloading data from VB Excel, we need to prompt user to enter search parameters to restrict fetch from the BO. It is observed that the Search prompt does…
-
How to apply TextFiltering in SDP Variable ?Summary: I have a select one component which displays list of Supplier Number. When I type in the number in box , the filtering works fine when I bind the ADP variable t…Vishal Singh Rajpurohit 11 views 4 comments 0 points Most recent by Vishal Singh Rajpurohit Visual Builder
-
Expose VBCS JS function as REST APISummary: Expose JS function as REST API to be consumed by middleware Content (required): We have requirement with very complex calculations which are dependent on multip…Parimavardini Palanisamy 22 views 2 comments 0 points Most recent by Parimavardini Palanisamy Visual Builder
-
How to use raw value event for select single or combo boxSummary: I have a query where we need to use select single or combo box when user enters or press keys runtime we pass raw value(search with raw value like lov) to our r…
-
Starting a process fails with 400 invalid service scopeSummary: From a VB application in development/workspace, I am trying to make a call to Start a Process which is returning 400 failure. Content (required): Request:…
-
CRUD operations on VBCS BO's tables in ATPSummary CRUD operations on VBCS BO's tables in ATPContent Hi All, I am following the below blog from Shay, https://blogs.oracle.com/vbcs/switching-visual-builder-to-use-…
-
Encrypt input parameters sent to OIC integration REST endpointSummary: Encrypt input parameters sent to OIC integration REST endpoint Content (required): I have created a REST trigger based integration in OIC which accepts input pa…
-
PDF Returns as blank document when retrieving in VBCS through OCI Object Storage REST APISummary: We have a process to download a file from an OCI Object Storage bucket, which is breaking down when the Content-Type is pdf Content (required): We are leveragin…
-
Visual Builder excel add-in - Dependent LOV for ORDSSummary: Need more clarity on support/how-to for VB excel dependent LOV's support for ORDS/Open API spec REST API's. Content (required): Field 1 and Field 2 are LOV enab…
-
Caching for REST APIs in VBSummary Caching for REST APIs in VBContent Hi All, I went through one beautiful blog from Shay on caching the BOs in VB,this is really good to know. https://blogs.oracle…
-
Unable to get multiselect rows table data SDP basedSummary: Hi, I am using multi row select based table and when user select the multiple rows then on button press I want to call post rest service and insert those select…
-
Accessing SAS custom objects from VB.Summary: Hello, I've seen this comment in linkedin You don't get a VB runtime instance here - which means you can't create your own BOs - you can access however custom o…
-
Add Endpoint's to existing service connections from CatalogSummary: Content (required): I am pretty sure earlier when we create a connection from catalog by choosing some endpoints , we use to have a way to go back to that catal…
-
How to update who columns from VBCS using PUT rest endpoint servicesHi I am using PUT ords rest service to update column in ATP data base I want to update who columns as well in table which user (userid)access the vbcs application and wh…
-
Facing issue input search and select single defaulting undefinedSummary: Hi, I am using input search component which is filtering data in SDP based table I have multiple filter condition table . if I input search(currency field) work…
-
Visual Builder Excel add-in - Using Custom Rest and Fusion Rest APIsSummary: There is a requirement to extract data from PaaS ATP and Fusion Apps (Oracle BO) standard API's to VB excel layouts. Content (required): We have a requirement t…
-
How to query REST services with % in parametersSummary: Test run of query REST service returns 500 error when using % with string parameters. Content (required): I'm attempting to query my REST service and am on the …
-
Hi I am facing issue while fetching ORDS records to VBCS limit more than 1000Summary: Hi , I am trying to fetch all tables records from ATP database using ORDS service but I am only getting 1000 records after setting ?limit=1001&offset=25 when I …
-
Visual Builder excel add-in - Read-only fields on layoutSummary: Requirement is to have read-only fields on the layout as FYi for user and not allowed to update. However unchecking the field for update still allows user to ed…
-
Multiple Field filter with OR condition in VBCSHi all, I have an requirement that is multi field filter table using rest api. i tried query param,url param and header param also. all the method working in AND conditi…
-
How to pass dynamic parameters to Rest APISummary: I have added an End Point in VBCS which is based on VBCS BO with GET operation. Upon pressing Test it is returning records as well. Now I have added one dynamic…