Bring data from Embedded List to Client Script

Srinivas Balusu
Kilo Guru

Hi,

Is there a way to bring the data from embedded list to Client script for data validations?

16 REPLIES 16

I did a workaround for this by creating an After Insert Business Rule on Parent table


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


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?


odijk
Giga Expert

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)


It seems to be new to Jakarta, I saw that but when I went back to my Istanbul instance it's not there.