Get Started with Redwood: Oracle Cloud SCM and Purchasing
REST
Discussion List
-
How to Insert the Data from One API to another APISummary: We are getting the data from Oracle HCM Cloud RESTAPI using GET Method. We have created a Business Object with the Same Fields Retrieved using the RESTAPI using…
-
Facing issue with calling SOAP Service in Visual Builder FA ExtensionSummary: Hi Team. - We are trying to call Fusion BIP SOAP web service from Visual Builder FA Studio. When we are running the application we are getting below error https…
-
single select nested arraySummary: i have done an ADP for countries that shows all the country in the world and bind the data in a single select for 'Country'. my question is, how do i make it so…
-
PDF generated a blank page.Summary: My table is based on ADP and I'm getting the data from ORDS and on button click i want to generate pdf but I'm getting the blank page of pdf. Please guide me. C…
-
Any call to OIC or procedures with POST failing from VB with 415/502 errorSummary: Hi Team, This is a recent observation where all working integrations that were either accepting a body or any query parameters as part of POST stopped working w…
-
Download huge volume of Data in ATP Database from UISummary: Best approach to give user the option to download large volume of data from VBCS UI Content (required): Hi All, We have data in one of the tables in oracle data…
-
how to get Server url from an service connection in VBCSSummary: Hi, We have a requirement where we need oracle SaaS url in VBCS app. We have a Service connection to call BIP reports which has server url contains correspondin…User_2025-03-07-05-45-48-104 173 views 7 comments 0 points Most recent by VBCS Learner Visual Builder
-
VBCS - Test REST API - "save as example response" and "save as example request" buttons are disabledSummary: VBCS - Test REST API - "save as example response" and "save as example request" buttons are disabled Content (required): I am trying to test create project api …
-
VB Excel add-in ver 3.5 - Send Descendant Layout read-only BOSummary: The upload fails when a download-only child BO is linked to the parent BO. However per the documentation, the read-only BO's would be skipped during an upload a…
-
How to copy the action chain from one page to otherSummary: Hi Experts I have requirement where in I need the same action chain in another page. Please let me know the steps involved in moving the action chain from one p…
-
How to connect scan reader sensor tool to my applicationSummary: How to connect scan reader sensor tool to my application. The receipt shows using only mobile and reading image. But I want to use scan reader. Content (require…
-
File Upload Recipe: Activity Number?Summary: I was checking the File Upload Receipe but I did not get what is the activity number. Content (required): This is the link: Oracle Cloud Applications Recipe But…
-
How to insert blank record at the top of the editable table in VBCS ?Summary: Trying to insert a blank record in a editable table, which is inserting at the bottom of the table. So expecting the blank record to insert at the top of the ed…
-
How to uncheck/disable/deselect row selection based on condition in multiple select table in VBCS?Summary: Content (required): Hi All, There is a requirement in my application. Using SDP, we are displaying a table. Row as Multiple is the selection mode for this table…
-
Error Handling in VBCSSummary Is there any way to handle exception in action chains similar to try-catch block in Java?Content If I run an action chain and there is an error thrown at middle …
-
Vb Escel add-in : Issue with excel formula on String ColumnSummary: We have defined a Line id column in the layout as String, General - allows for formula. An excel formula SEQUENCE(x) is entered on the call to autogenerate the …
-
VB excel add-in : Authentication with Fusion Token RelaySummary: An integrated workbook is setup with 2 FA Catalogs sharing the same basepath /fscmRestApi/resources/11.13.18.05. A BO in each Catalog is mapped to 1 or more lay…
-
How to prevent page navigation if the external API not responding with result ?Summary: I am using external API from database but in case user put a number in the form and submitting, the page navigation is conducted even if the API has no result. …
-
Stopping an Action ChainSummary Is it possible to stop an Action Chain at a certain pointContent I have created an Action chain that validates page input and calls the Business Object Rest Serv…
-
What is the best way to do pagination on Table in VBCS ?Summary: Need to do pagination on a table which will show 10 columns at a time on a VBCS page in a table Content (required): Need to do pagination on a table which will …
-
How to access the oracle cloud authentication username/password in javascript function?Summary: Hi All, How to access the oracle cloud authentication username/password in javascript function. we have built a user interface to manually trigger the OIC sched…
-
VB Excel add-in - identify field for LOV not available for projects APISummary: While setting up LOV for a field based on the projects REST API, cannot set the projectId field as the Identify field. The field is available for Display Field …
-
How to add AND and OR in SDP filter criterionSummary: How to add AND and OR in SDP filter criterion Content (required): We have a scenario, in which we need to set AND and OR in Filter Criterion for SDP. For exampl…
-
How to Add Two filterCriterion on the same attributeSummary: How to Add Two filterCriterion on the same attribute Content (required): If I have a BO named Departments and I want to place filterCriterion on DeptName in a m…
-
Facing "Status Code: 504 Gateway Timeout" on REST call to create 25K records in BOHi Experts, We have a page where user can upload a csv file and we will read the file and load data into BO. Now the records are almost 25K, and the REST call ends up wi…
-
Calling OIC-REST from VB. Problem with swagger.Summary: Hello, please if anyone has seen this error... I have done this before without error, I cannot see what I am doing wrong. Unable to read swagger... I am trying …
-
VB Excel add-in - Issue with metadata import to existing Busines CatalogSummary: While attempting to import the BO/crmRestApi/resources/11.13.18.05/hubOrganizations/describe to an existing Business Catalog using the " Import Business Object …
-
How to use temporary memory do DML operation on table data on UI store in ADPSummary: Hi I have 1 requirement where 5 records are coming from SDP (approver's email, name, desgination, emp_no ) which is maximum 5 rows now user can manipulate like …
-
My requirement is while enter the Order Number by user then other field will populate automatically.Summary: Hello everyone, I'm newbie at VBCS. i want to populate the values through REST API. created type from end point. then created variable and created vb enter list…
-
Read File/Download File Button in VBCS PageSummary: I have to make a download file button in my VBCS page. I wrote one integration which brings the binary content of the file in the response body. But when I call…