UI
Discussion List
-
Hyperlinks on multiple columns on a tableSummary Hyperlinks on multiple columns on a tableContent Hi, we are looking for guidance where multiple columns of a table can have a hyperlink and clicking upon the sel…
-
How to pass list of values to particular ID and get table details ?Content Hi all, We have two BO, (Approver Table and Employee Table), we have APPROVER_ID in Approver table, we need to pass a particular Approver Id and need to check ho…Shakila Murugan-90549 15 views 4 comments 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
Moving items from one list to anotherSummary How can we move items from one list to another? Our approach using ADP's and list views ends in an error while removing items.Content Hi all, Goal Currently me a…
-
Duplicated Page - how to move to a particular tab on the UISummary Duplicate Page - copy to another tabContent Hello, I have a page I've created with a lot going on. I've duplicated the page. Is there a way to include this dupli…Stephen Bryant-131052 17 views 1 comment 0 points Most recent by David Konecny-Oracle Visual Builder
-
Need to update Check box value in Table Variable(ArrayDataProvider)Summary update required on ArrayDataProvider variable for CheckBoxContent Hi All, I have an Editable table, here editable data is populated based on the Variable of type…Nazeer Anantha-145553 46 views 7 comments 0 points Most recent by Nazeer Anantha-145553 Visual Builder
-
How to populate array of elements in dropdown listContent Hi Team, How to populate array of elements in drop down list? I have consumed data from report. I am taking that values from looping. How to set that values in d…Shakila Murugan-90549 19 views 4 comments 0 points Most recent by Shakila Murugan-90549 Visual Builder
-
Bind a variable to default text select-one option ?Summary The default-text concatenate the vlues of the variable each time the value change and not displaying itContent Hi everyone; I am using a country filtre in my app…
-
Change the color of a specific row in a tableSummary I have a table with a due date column that i want to display it with a deffirent color if the date is passedContent Hi everyone, I have a table that display many…
-
Bar Chart with multiple seriesSummary Bar Chart built with WizardContent Hello, Is there a way to create multiple data series using a bar chart built with the wizard? Right now, only one field each c…Stephen Bryant-131052 22 views 2 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
navigating between pages (passing parameter to edit page)Summary based on John Jullion-Ceccarelli's BlogContent John's blog is here: https://blogs.oracle.com/vbcs/navigating-between-pages-and-flows Here is what I have: A main …Stephen Bryant-131052 28 views 4 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
How to change the values of other tables based on selected row on table1 on pageSummary How to change the values of other tables based on selected row on table1 on pageContent I am helping a customer who wants to select a row on table1 and change th…
-
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 …Stephen Bryant-131052 28 views 1 comment 0 points Most recent by David Konecny-Oracle Visual Builder
-
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…Stephen Bryant-131052 18 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
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…Stephen Bryant-131052 10 views 6 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
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.3Muralidharan Kanagaraj-161200 20 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
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…Muralidharan Kanagaraj-161200 19 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
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…Muralidharan Kanagaraj-161200 114 views 4 comments 0 points Most recent by CHANDRASEKAR MANOHAR Visual Builder
-
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…Stephen Bryant-131052 13 views 5 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
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…
-
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…Muralidharan Kanagaraj-161200 77 views 1 comment 0 points Most recent by Shay Shmeltzer-Oracle Visual Builder
-
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…
-
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 …Stephen Bryant-131052 12 views 3 comments 0 points Most recent by Stephen Bryant-131052 Visual Builder
-
Editable Array Issue in VBCSContent Hi All, I am trying to implement editable array as per the guidelines provided in the jet cookbook (https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.…
-
Embed OIC VBCS Form In HCM UISummary Need guidance on embedding an OIC VBCS form in HCM UIContent Hello everyone, Has anyone embedded an OIC VBCS UI in HCM? How is this done? Should it be done? What…
-
How to create customized dynamic table in VBCS?Summary How to create customized dynamic table in VBCS?Content Hi Team, How to create customized dynamic table in VBCS? Thanks, Karthick Version 19.1.3
-
Using a URL (as opposed to a selected row event) and Passing parameters to filter the ADPSummary click URL, pass parameters and filter an ADPContent Hello again, I can certainly configure a selected-row event and pass parameters to filter an ADP and show rec…Stephen Bryant-131052 17 views 14 comments 1 point Most recent by Stephen Bryant-131052 Visual Builder