To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Visual Builder
Discussion List
-
I want to embed VBCS application into OECContent I am trying to embed VBCS application created into OEC cloud. I have followed the instruction mentioned in the document: https://docs.oracle.com/en/cloud/paas/co… -
How to modify the text on the DCS template of the VBCS pageContent We created a VBCS application based on the Digital Customer Service. The knowledge articles created in the corresponding OEC instance show up as Articles on the … -
How to identify data on page has been modifiedSummary Identify Modified/dirty records in VBCSContent We pull data from REST service and display in UI. User has option to modify data. We have requirement to push only… -
Need to show two fields at a time on the SelectOne Choice dropdownSummary The dropdown list of the Single Select should contain two attributes at a timeContent HI, I have a Currency BO with Location, CurrencyCode, AlphabeticCode and Nu…User_2025-02-05-17-23-17-085 14 views 2 comments 0 points Most recent by User_2025-02-05-17-23-17-085 -
How to Navigating Between Pages and Flows based on condition.Summary Navigating Between Pages and Flows with some condition on loadContent Hi, I have followed the below link.And here I need to load one sub page on one user A logge…User_2025-02-05-17-23-17-085 27 views 2 comments 0 points Most recent by User_2025-02-05-17-23-17-085 -
Issue in Respose from Rest ApiSummary Issue in Respose from Rest ApiContent Hi, I am able to test a REST api from Postman and getting response. While creating a service connection in VBCS app i am ab… -
Integrating with Process Cloud: how to add attributes while submitting a taskSummary We don't know how to submit attributes to a process instance while submitting a task from a visual builder web application.Content Goal We'd like to use Process … -
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 download word Document file using Content and Experience Cloud Rest api in VBCSSummary Unable to download word Document file using Content and Experience Cloud Rest api IN VBCSContent Hi, i am using Content and Experience cloud service to store fil… -
Placeholder is not coming in Internet Explorer on click of text boxSummary Placeholder is not coming in Internet Explorer on click of text box . where as on checking in Google Chrome placeholder is coming on click of text box.Content Th… -
Remove the header title bars and navigation from the VBCS applicationSummary Remove the header title bars and navigation from the VBCS applicationContent Hi, I have embedded my VBCS App in Oracle Fusion. How can I remove the header title … -
Partner Training for VBCSContent All, Do we have a partner training for VBCS. Could you please share that information. Thank You, Sombit -
q Variable with Filter CriteriaSummary q Variable & Filter Criteria don't work when used togetherContent Hi, I have an application where I am displaying data from my Sales Cloud in a table. I am using… -
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 … -
Problem Passing an Array to a FunctionContent I have an array of strings variable defined as: "searchCriteriaValues": { "type": "string[]" } I am passing the array to a function as part of an action chain (s…User_2025-02-04-21-56-11-668 39 views 4 comments 0 points Most recent by User_2025-02-04-21-56-11-668 -
Components disappear when assigning a variable to a component in vbcsSummary i am using a REST Endpount from Cloud HCM. When I create a type against the endpoint, create a variable and assign a variable to a text area, the succeeding comp… -
How to access Curl Command using javascript in VBCSContent Hi Team, I want to get Access token from fusion, so i need to pass credentials via curl command. Please inform to me how to access Curl or If there any other way… -
Whether VBCS can pull from any of database?Summary Can we build custom form based on database data?Content Would like to understand whether we can build custom application based on data resides in Database like O… -
Insert Response from REST Api to Business Object AttributesSummary Insert Response from REST Api to Business Object AttributesContent Hi, i am able to get response from Rest api and now i need to store few attributes from the re… -
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 24 views 2 comments 0 points Most recent by User_2025-02-05-15-17-58-767 -
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 143 views 13 comments 2 points Most recent by User_2025-02-05-15-03-12-334 -
401 When Importing ApplicationsSummary Getting 401 Unauthorized Error on REST Calls in Imported ProjectsContent Hi, I'm new to VBCS. I am using the DCS 19B template for my application. My application … -
Role-based, bind-if not working in StagingContent We have several buttons in our application wrapped in bind-if components. The bind-if is checking user roles to determine if the button can be displayed or not. …User_2025-02-04-21-56-11-668 31 views 2 comments 0 points Most recent by User_2025-02-04-21-56-11-668 -
Build Visual Builder App with Oracle JETContent Hello i developed a web application that uses RDK template in Visual Builder. I downloaded my application and tried to build with my terminal using "ojet serve".… -
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… -
The service "HCM Core Setup API" is inaccessible at the moment. VBCS ClassicSummary Add Service on Service Catalog throws "HCM Core Setup API is inaccessible" errorContent In VBCS Classic, I am trying to add a Service Connection using service ca… -
Using REST to Get Service Request by PrimaryContactPartyIdSummary Fetching/filtering records of Service Request object using PrimaryContactPartyIdContent Hi, I am fetching data -- records from Service Request -- from our Sales … -
How to hide an input text component?Content My apologies if this sounds like a really stupid question, but how can you hide a label and/or input text component? Below is simple code for my page. as you can… -
Service Authentication config in service connection.Summary Service Authentication config in service connection.Content Hi All Is there a way to make the service read the credentials from the file in service connection wh… -
How to get SDP data (created from service connection triggering Post request) into a tableContent Hi, I have a SDP created on post endpoint of service connection. I am following this blog:- https://www.youtube.com/watch?v=BT7pOilH368 to get the data into the …