AutoPopulate field values when clicked on new from related lists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 12:07 AM
Hi All,
I have a requirement to auto populate field values when clicked on new from related lists. There is IA form and I have two related lists IAV and MV. if MV is created from related lists in MV form both IA and IAV should be auto populate by OOO feature IA is getting populated, but IAV need to be auto populate what is the possible solution for this and if anyone has solution, please do share. IA->IAV->MV
PFA screenshot for reference. I need to Auto populate select IAV also along with select intellectual asset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2023 12:39 AM
Hi @Kruthik M Shiva ,
This can be achieve by combination of display BR and On Load Client script.
So, In Display BR you can take dot walked field value from parent form and stored it in scratchpad variables.
And then in on load client script populate fields on form with scratchpad variables values.
Please mark correct/helpful if it works for you.
Thanks,
Pratik Malviya