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
Jack123Jack123 

Prepopulate field values in lighting experience

I have a custom object called "Job" and contract is the parent object of Job.

Now what i want is on the contract detail page on the related list of Job object I need one custom button and when i click on that button i want ot prepopulated some fields value on the jobs standard edit page. 

I want this functioanlity in lightning Experience.

We can do this easily in Salesfore classic using URL hacking but URL hacking is not possible in lighting experience.

So i need a workaround for this that how can i do this in lightning experince.

I have heard that if we need to pepopulated fields values in lightning experience then we need to use Quick action. but quick action buttons are avalible on the objects detail page and i want that button on the Job related list.

Can anyone help me how we can achieve this or any workaround for this 

 

Thanks you in advance 

krisstannum1krisstannum1
You may have to create a custom component that mimicks the Job related list and do the prepopulation of fields in code.
sreenivasAppssreenivasApps
Hi Jack, did you find any solution ? Please post your findings.