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
-
How to map json values from screen in vbcsContent I want to invoke a rest service which takes a json as input payload. The value for the json are to be mapped from fields in vbcs screen. How can I achieve this w… -
Using Facebook SDK in a mobile appContent I want to use the Facebook Javascript SDK in one of our mobile apps. I cant do it the traditional way because the script tag is prohibted. Should I create a new …User_2025-01-31-15-40-56-878 16 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Adding busines object data fails when deployed to androidContent I have a "Consumer" business object with the following fields: 1. Name 2. Age 3. DOB I have a mobile application with two flow pages. The start page has a form w…User_2025-01-31-15-40-56-878 17 views 5 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Updating a VBCS mobile application without updating the APKContent The VBCS mobile application component has the normal dev, stage, live, obsolete lifecycles. If I have an application deployed on 600 COSU Android devices and wan…User_2025-01-31-15-40-56-878 15 views 2 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Two way binding with oj-bind-for-eachSummary I have a oj-bind-for-each bound to a page variable of type string[] it populates fine but doesn't clearContent I have a page variable called serialNumbers of typ…User_2025-01-31-15-40-56-878 18 views 4 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Using the pattern attribute on oj-input-text elementSummary Is there any support for the pattern attribute for text inputsContent HTML5 introduced the attribute pattern for text (and other) input types. It takes a regular…User_2025-01-31-15-40-56-878 24 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Is there any way to control when a "permanent" notification disappears?Summary I want to control a notification through a different action chain / module, or set a timer on the transient propertyContent I have an error notification that fir…User_2025-01-31-15-40-56-878 15 views 0 comments 1 point Most recent by User_2025-01-31-15-40-56-878 -
Getting error using FA REST APIsSummary Using FA REST endpoint in building visual app throws errorContent I am trying to use REST API to build visual apps in VBCS. I am successfully able to make the GE… -
Checkbox with multiple values needs to be added to the business objectContent I have a checkbox which can have multiple values selected. I need the values selected to go into a field in the business Object, What should be the type of the f… -
Unable to install Mobile application on AndriodSummary "There was a problem while parsing the package" when trying to install on Android mobileContent Hi there, Wondering if anyone has seen this message when trying t…User_2025-02-01-05-42-23-284 39 views 2 comments 1 point Most recent by User_2025-02-01-05-42-23-284 -
get id valueSummary get id valueContent After create a event, I want to return event_ID in the input text event_id. How can I do it? -
Create Login in VBCSSummary Create Login in VBCSContent how can I build a Login page in VBCS? not on Application level but on session level. -
Is it possible to convert a VBCS project into an OJET project?Summary Can we start with a VBCS project and then eventually convert it into an OJET projectContent Hello experts, I wanted to check if we can start with a VBCS project,… -
VBCS Mail Server SetupSummary Configuring the Mail ServerContent Hello, For sending the emails from VBCS, where do we setup the mail server configuration. -
Extending Oracle ERP cloud with VBCSSummary Maintain Xref table for Order management cloud as a webform in VBCSContent Hi Team, We are implementing Oracle Order Management (OM) cloud to capture orders from… -
Looking for VBCS Development standardsSummary Development standardsContent Hi Community, Is there someone out there who could share some basic development guidelines to follow while developing VBCS and PCS a… -
Can't make a table editable in a web app.Summary I'm trying to make a table in a web app editable. I've set edit-mode = rowEdit but it doesn't seem to allow me to change enter/edit the row.Content Hi there, I'm… -
Combo box backed by an Array shows value and not display value on adding new rowSummary Combo box backed by an Array shows value and not display valueContent I have combo box shown in a custom Template inside oj-bind-for-each tag When I choose the f… -
How to show the fields apart from id, value in a combo when the user selects an optionSummary How to show the fields apart from id, value in a combo when the user selects an optionContent We have an LOV which is built on the Business Object which has addi…User_2025-01-31-16-21-53-570 21 views 3 comments 1 point Most recent by User_2025-01-31-16-21-53-570 -
JET How to edit after created?Summary how to edit oj list view after createdContent Hi, How to edit oj list view after being created? I added the additional field and value on the "code" level but st… -
Unable to fetch the task collection in VBCS from PCS using aliasSummary Unable to fetch the task collection in VBCS from PCS using aliasContent Hi I have a simple page which has a button when clicked, fetches the tasks with "any" as … -
Unable to start the PCS Process from VBCS using aliasSummary Unable to start the PCS Process from VBCS using aliasContent Hi I have configured a PCS process as an Alias in VBCS Configured the Submit button in the page to S…User_2025-01-31-16-21-53-570 115 views 8 comments 1 point Most recent by User_2025-01-31-16-21-53-570 -
Is there a way to call REST end points of business objects from outside of VBCSSummary REST endpoint accessContent HI All, We have just started on VBCS so apologies if this sounds like a very naive question. We have created a few business objects a… -
Creating business obect from table creation sql scriptsContent HI All, We are using vbcs as part of Autonomous OIC. One thing we have learnt is that the underlying database is not accessible using sqldeveloper. Now in order … -
Dependent Lists in a Table backed by an Array in Visual Builder Cloud Service VBCSSummary How to define dependent LOVs when the LOVs are shown in a table and each dependent LOV needs to refresh based on the source of the same rowContent Hi, I have an …User_2025-01-31-16-21-53-570 37 views 11 comments 1 point Most recent by User_2025-01-31-16-21-53-570 -
Embedding a drill-down page inside the main pageSummary Trying to embed a page generated by a different URL inside a VBCS pageContent Hello Gurus, I have an SR Routing VBCS page as given in the top section of the atta… -
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… -
Exception handling for ICS Rest Service post callSummary action chain gets stuck when ics service is downContent Hi, I am using a form to feed some data to a ICS Rest service using the "call rest service" action. When … -
Passing multiple parameters in "Navigate to URL" action nodeSummary Is it possible to dynamically pass multiple parameters while calling an external URL through "Navigate to URL"?Content Hello All, I am new to VBCS and have some … -
Custom Table with ChartsSummary custom table with row specific charts in vbcsContent Hi, I've been trying to implement the following custom table jet recipee into VBCS http://www.oracle.com/web…