We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Regarding Reference Field in Embedded List

astha_chaubey1
Kilo Contributor

I have a Table (Lets call it table X )with an embedded list (lets call embedded list table as Y).

The embedded list contains a reference field (Lets call the reference field as Ref_Parent ) referencing table X.

I need to build a reference qualifier on Ref_Parent which will be depending on the sys_id of the parent record of table X that is holding the embedded list.

Is there a way to get the sys_id of Parent record of embedded list before actually saving it?

6 REPLIES 6

I also have a similar requirement, and your solution works for me for the moment. However, if user opens a form (parent)and then again opens a new record (another parent record) the client data will get refreshed and if he comes back to the first record he will see a wrong list.(because your client data is refreshed with details of the second record).

 

Any ways to overcome this?

Hi,

We have similar requirement, but have a doubt on how does this work for users working on multiple incidents for different companies?