Bring data from Embedded List to Client Script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 12:05 AM
Hi,
Is there a way to bring the data from embedded list to Client script for data validations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 01:21 PM
I did a workaround for this by creating an After Insert Business Rule on Parent table

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 11:13 PM
can you please elaborate? what have you done exactly? and what was your requirement. is there not any other way to query on embedded list.
i have seen some post where mallen_nspi has mentioned about "sys_ui_list_script_client and and sys_ui_list_script_server" tables.
I tried to search about these two tables on wiki and did not find any useful documents.
Thanks,
Harshvardhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2017 04:20 AM
Hi Harsh
I am trying to copy the parent location data to the embeeded list column,it should show when the user clicks on the insert row .
Is there a way to achieve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2017 10:38 AM
There are some options.
One of them is to create a list control for the embedded list (for instance by setting the label). Once you save the List Control you will see a related list on that list control that allows you to create a "List Client Script". I noticed this only in my Jakarta dev instance, and I don ´t know how long this functionality has been there.
This client script apparently can respond to onChange and onSumbit for the embedded records. Hope this helps.
(p.s: there are also List Server Scripts)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2017 01:52 PM
It seems to be new to Jakarta, I saw that but when I went back to my Istanbul instance it's not there.