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
-
Set currency attribute for Currency componentSummary How can you set the currency symbol dynamically based on currency code value in business objectContent I am using the currency component and I am able to set the…
-
Populate ADP with data and then additional rowsSummary Loading a document for EditContent Hello, I have a custom edit screen in my application. Upon loading the page, the headers populate. Then the lines populate in …
-
Data load on SDP tableContent Hi, we have a table which is based on a SDP and multiple filter criterion are added on the table. We do not have filter criterion on SDP set. Default date range …
-
How to load REST response array data onto page using either Bind For Each or List ViewSummary How to load REST response array data onto page using either Bind For Each or List ViewContent I have a service connection built from an endpoint of my integratio…User_2025-02-04-21-56-11-668 19 views 2 comments 0 points Most recent by User_2025-02-04-21-56-11-668
-
Unable to create and test service connection with query parameterContent My REST integration has a URL which ends in: rest/TEMP_RJR_WITH_PARM/1.0/geturl?OrderID=[OrderID-value] When creating a service connection in VBCS, I am pasting …User_2025-02-04-21-56-11-668 21 views 2 comments 0 points Most recent by User_2025-02-04-21-56-11-668
-
regex or query function on filter criterionContent Hi, we have used $co operator on a field filter criterion on our SDP for table data search. Our search results for LIKE, EXACT work fine. Any symbols/wild card c…
-
Issues in creating service connection in VBCSSummary Test service connection results in 502 bad gateway errorContent I am unable to create a Service Connection (Define By EndPoint) in VBCS (masterdev) for the REST …
-
Interactive CalendarContent Hi, I am trying to add a calendar to my App with actions. The idea is I want to imitate the iPhone calendar behaviour so I can pass the date to the next screen t…
-
Make Row Required in ArraySummary Make Row Required in ArrayContent Hello, Is it possible to make an entire row in an Array required without affecting the other rows. The idea is once the user st…
-
Oracle Offline Persistence Toolkit post requestSummary Oracle Offline Persistence Toolkit post requestContent Hi, Successfully implemented the Oracle Offline Persistence Toolkit in VBCS mobile app but I have one issu…
-
oj-input-date-time - refreshes SDP as soon as Done is pressed in calendarSummary oj-input-date-time - refreshes SDP as soon as Done is pressed in calendarContent Hi, We have SDP having filter on date which is coming from a oj-input-date-time …
-
How to to integrate VBCS with mobile device using cordova-plugin and access GPC locationSummary How to to integrate VBCS with mobile device using cordova-plugin and access GPC locationContent Hi , We have requirement to capture mobile GPS location using VBC…User_2025-02-05-07-53-00-242 26 views 2 comments 0 points Most recent by User_2025-02-05-07-53-00-242
-
How to change language of Required Message in vbcs?Content I am using below code to show the required message whose form field value is empty so that on click of Submit Button , error message should come "You must enter …
-
Is it possible to lock certain rows in an editable table backed by an arraySummary Transactions Query brings in headers and linesContent Hello, I have an edit screen configured that is populated with a single transaction at a time. The header i…
-
Default sort criterion on SDP.. table UI arrow displayContent Hi, we have used sort criterion on a table column for default descending order sort on that particular column. Ex: Table has Name, EmpID, EmpStatus columns and b…
-
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