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
-
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 …
-
upload file (content type - multipart/form-data ) using picker using Content and Experience Cloud RESummary upload file (content type - multipart/form-data ) using picker using Content and Experience Cloud REST serviceContent Hi, I am trying to upload files to Oracle C…
-
VBCS: Not able to get results using get method of /emps/{emps_Id} in HCM REST APISummary Employee details are not being fetched when using get /emps/{emps_Id} HCMContent I tried to create a simple search page with EmployeeID as the parameter and resu…
-
VBCS: Not able to get results using get method of /emps/{emps_Id} in HCM REST APISummary Employee details are not being fetched when using get /emps/{emps_Id} HCMContent I created a simple search page with EmployeeID as the parameter and result colum…
-
How to get mobile device IMEI number using VBCS/ Java scriptSummary How to get mobile device IMEI number using VBCS/ Java scriptContent Hi All, We have requirement to get mobile IMEI number in VBCS mobile app. Is it possible to g…
-
VBCS how to download attachment from - multipart/mixed type of response without header metadataSummary VBCS how to download attachment from - multipart/mixed type of response without header metadataContent Hi All, I have requirement to download a file from SFTP lo…User_2025-02-05-07-53-00-242 38 views 4 comments 0 points Most recent by User_2025-02-05-07-53-00-242
-
How to trace VBCS error logs in production environment as well as in dev env.Summary How to trace VBCS error logs in production environment as well as in dev env.Content Hi, Please let me know how to trace the VBCS error logs as if like we check …
-
VBCS integration with Here Map or any other map except google for mobile appSummary VBCS integration with Here Map or any other map except google for mobile appContent Since Google Api is no longer free (we have to provide credit card informatio…
-
How to perform export to excel in vbcs? (Table data from Business Object).Content Hi All, We have designed a page in vbcs, in which we have employee details as oj-table(drag and dropped from BO) We have a button as Export to Excel. Our require…
-
Business Objects Lookup using RESTSummary Business Objects Lookup using RESTContent is there a way to create a Rest End point to look up a business object row by a custom created field and not by the id …
-
Table based on ADP does not show all rowsSummary ADP does not show all rowsContent Hi - We have an application in which I have an ADP that is initialized with values on page load. This ADP is then used to displ…
-
Imported js file in vbcs application throws Error: Mismatched anonymous define() module:Summary Imported js file in vbcs application throws Error: Mismatched anonymous define() module:Content Hi, We've imported an external js file in our appn & exported its…
-
Creating a landing page for a CPQ instance inside VBCSSummary How can we create a landing page for a CPQ instance inside VBCS. The authentication to access the CPQ application should also happen.
-
SDP filtering with compund conditions only works if I provide all the valuesContent I have a search page with 6 seach criteria. At any time, 1 or many of the search criteria may be provided. I based my approach on this link: https://blogs.oracle…User_2025-02-04-21-56-11-668 9 views 2 comments 0 points Most recent by User_2025-02-04-21-56-11-668
-
Not able to access ORDS Auto REST from VBCS Excel plug inSummary Not able to access ORDS Auto REST from VBCS Excel plug inContent We are using DBCS and enabled AUTO REST for DB Tables. REST Services are accessible from POSTMAN…
-
Error Creating Service Connection to an ORDS EndpointContent I have enabled REST services on the ORDER table in my development database. I am able to perform a successful GET using Postman and Swagger. However, when I atte…User_2025-02-04-21-56-11-668 33 views 8 comments 0 points Most recent by User_2025-02-04-21-56-11-668
-
Not able to select checkbox option of inline checkbox setSummary Not able to select checkbox option of inline checkbox setContent Hi, We are using checkboxset inside the menu button options. On UI screen, when i try to select …
-
View button to select columns to be displayed in the tableSummary View button to select columns to be displayed in the tableContent Hi, We have a requirement of hide some of the table columns when first time data is rendered. A…
-
How to download uploaded file in button action?Content Hi All, We have file upload functionality in our VBCS page. Uploaded file will be of in any format i.e (PDF, txt, Document, excel, image etc.) we show that file …
-
How do you bind data to menu options?Summary What is the syntax for binding data to a menu option?Content In this JET example, how do we bind a data variables to the actual listing of Options in VBCS? File…
-
Required true is not getting fired in search criteariaSummary in tRequired true is not getting fired in search criteariahe property inspectorContent I have an input text component as one of the search criteria. I have set R…
-
Oracle jet cookbook to Oracle VBCSSummary How we can bring the complex Ora JET functionalities showen in cookbook into VBCSContent Oracle JET Cookbook has some fancy functionality. Some of them are very …
-
How to disable dropzone movement?Content Hi I am facing an issue where on moving dropZone to SR Number input text , url of page is embedded in SR Number input text. Please let me know the solution and i…User_2025-02-05-06-54-51-163 24 views 0 comments 0 points Most recent by User_2025-02-05-06-54-51-163
-
Table Row Selection Listener in VBCS?Content Hi Team, I used below URL to get selected row data. https://blogs.oracle.com/vbcs/accessing-selected-rows-values-in-a-tables-in-visual-builder Now when i select …User_2025-01-31-15-10-49-714 64 views 3 comments 0 points Most recent by User_2025-01-31-15-10-49-714