function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sandeep M 1Sandeep M 1 

Prepopulate values in fields using flexipages

I implemented a delieveryapp using flexipages . I have a scenario like this , Lets say i have two objects Obj1,Obj2 where Obj1 is parent for Obj2. I am displaying Obj2 page in quickActionListItems .I want to prepopulate obj2 field values based on obj1 field values . How can i achieve this ?