Skip to Main Content

Visual Builder

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Edit page with Select(Single) list of values on Page

MFM TechApr 29 2025

Hi All,

I'm facing an issue while creating a simple edit page in Oracle Visual Builder with a data source based on a REST API. I have a table component that populates on page load with the latest records. The user selects a record and wants to edit it. The table displays name values and has ID/code values behind the scenes. However, when the user wants to edit the same record, they must choose values from lists like Business Units, Customers, Sites, and a few other lists. All lists are coming from Fusion REST Services.

For the same, I already created a page to create new records, and in that, I added all the Select (Single) components and mapped the values to IDs and names in their fields before saving the records.

When we create the edit page, it shows the name and edit field if selected. How can we enable the Select (Single) option on these fields? I tried to delete these fields on the edit page, create Select (Single) components, and assign their values in the Data property, but it's not working.

I hope I'm able to explain my issue. Has anyone come across this type of requirement? Please give some suggestions on how we can create an edit page with multiple Select (Single) components.

Thanks,

Comments
Post Details
Added on Apr 29 2025
4 comments
261 views