The Zurich release has arrived! Interested in new features and functionalities? Click here for 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?

5 REPLIES 5

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?