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
-
Dynamic tabs layout issueSummary Dynamic tabs layout issueContent Hi, Trying to create dynamic tabs, when adding for each styling disappears and tabs look like regular links. Code:
-
How to get browser URL in VBCSContent Hi Team, I want to get browser URL when i integrate my application in fusion, i attached one image file for your reference. i m using below code const urlParams …
-
How to show only months and year in oj date Picker in VBCS?Content Hi Team How to show only months and year in oj date Picker in VBCS? Version 19.1.3
-
Select one choice validation?Content Hi all I have two select one choice in my UI. I need to select either one of the values. If i select both values it should throw error. How to achieve this? Than…
-
LOV value filter in VBCS?Summary Lov values to be restricted while filtering.Content Hi all I have a business object that consists of lookup values I have consumed that in an LOV field in my pag…
-
Object Function IssuesSummary Trying to get value of field in one BO based on ID in another BOContent Here is the situation. I have an object function created on a DummyBO so I can iterate ov…
-
Master Details relationship Using Business objectsContent Hi, I am trying to create a Master child relationship using Employee Department table. I created Department to Employee (One to Many) relationships and on UI i h…
-
on Enter key press for submitting the filter criterionContent Hi, we have few filter parameters which are used with Input Text/Input Number or Select One tabs. Requirement is to submit the form on Enter key press. Entire fo…
-
Browser Crashed While Trying to Load 20K Rows From External REST APIContent Hi All, While trying to load data from a rest API to a Business Object, it suddenly crashes - probably because I was trying to load 20K rows. Does anyone know a …
-
Nested array or objects in ADPContent Hi All, I am getting the response from the REST. Sample response { "NationalId": "123", "NationalIdType": "ABC", "UserName":null, "assignments" : [ { "Assignment…
-
File Upload and Download in ORacle VBCS?Content Hi Team We are using oracle storage cloud. I need to upload the document and have to get the list of documents from bucket. Please provide solution for this quer…
-
Can export custom column from table?Summary Can export custom column from table?Content Hi, Our table has data from BO + custom calculated column. Is it possible to export this calculated column along with…
-
how to show Base64 image on VBCS screenSummary How to show Base64 image to be showed on VBCS screenContent Hi, We are receiving images in Base64 coded format from one of the API. Please let us know if anyone …
-
How to implement pagination in oj-table.Summary How to implement pagination in oj-table.Content ArrayPagingDataSource is hard to populate? Looking at Oracle JET Cookbook, you should use something like ArrayPag…
-
Showing the release date in the appSummary Showing the release date in the appContent Hi, Is there a way to show the release date in the app? I mean not hard coded.. Thanks
-
How to make a FireNotification dialog modal?Summary We have a process that submits a update to REST API. If an error returns then the Fire Notification event executes and displays, but user can navigate away from …
-
Resource Owner OAuth2.0 - Bearer Token ConfigurationContent Hi, We have Token API which doesnt have Client Id & Client Secret, it has only user name & password. I tried to create connection using 'Resource Owner OAuth2.0'…
-
How to show Icon in the input text box in VBCS screenSummary How to show Icon in the input text box in VBCS screenContent Hi, We have one input box and we want to give lookup(search) icon inside the input box. It should lo…
-
attribute filter operator for 'in' clauseSummary attribute filter operator for 'in' clauseContent Hi, Do we have any filterCriteria operator for 'in' clause. Thanks
-
How to insert data into reference column using POST BO endpointContent Hi team I have created two tables (Table A, Table B) which is having common column Ref ID. I have created relationship in Table B based on Table A column Ref ID.…
-
Salesforce rest OAUTH2 call from VBCSSummary Salesforce rest OAUTH2 call from VBCSContent Hello, We are trying to access datat from salesforce using oauth2 rest API authentication using VBCS services. We ha…
-
How to make a checkbox checked by default in vbcs?Content Hi Team, How to make a checkbox checked(selected) by default in vbcs? In HTML we have used a property called checked like below code. But in VBCS its not working…
-
Filter criterion on SDPContent I have a table which has filter criterion enabled and data populated is from SDP. My search filter on Title is defined as drop-down and it works on Mr, Ms and Mi…
-
How to Insert multiple values in Business Object in VBCSSummary How to Insert multiple values in Business Object in VBCSContent Hi Team, My goal is to insert all table data into a business object. How to achieve this. Could y…
-
How to add JET Component (Data Grid) in VBCSSummary How to add JET Component (Data Grid) in VBCSContent Hello I'm looking for the method to add a data grid in my VBCS App to have a tree-table collection because it…
-
Default Sort on a column of table using SDP variableSummary I am trying to use the sortCriterion for SDP variable and assigned attribute and direction on a column of the table for which the data has to be sorted by defaiu…
-
How to get updated table data based on Service Data providerSummary How to get updated table data based on Service Data providerContent Hi, I have a table created based on a Rest service SDP. I have used Customize Fetch Action Ch…
-
getting max value in array in javascript not workingSummary frustrating issueContent Hello, First a little background. I have an editable array with an "add row" button. The button adds a single row that is in a business …
-
Securing VBCS ApplicationSummary Securing VBCS ApplicationContent Hi All, Topic: Securing VBCS application We have SAAS and PAAS related to VBCS in different domains. The identity domains for SA…
-
Row styling on calculated columns is not workingSummary Row styling on calculated columns is not workingContent Hi, We have added a new column in the table using cell template by referring https://blogs.oracle.com/sha…