Regarding Reference Field in Embedded List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2016 03:26 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2019 04:36 AM
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?