Ui builder form component
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 03:05 PM
Hey, im trying to configure a form component in ui builder and im having trouble data binding the sys_id.
I am using a look up multiple records data resource.
im trying to use the sys_id from the record, but its no working
Someone can teach me how to configure a form component using this form controller?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2025 06:31 AM
You could try by creating a Client State Parameter to store the sys_id of the record. On successfull lookup event, you can update the Client state parameter with the value of the sys_id of the record. Then you can bind Client State Parameter dynamically to the sys_id field of the form controller.