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
dheeraj poondladheeraj poondla 

Need to add extra fields in Edit dependencies popup

I have a field dependency on the stage field in the Opportunity object, where I need to display the close date field and description field in edit dependencies popup and save them. Please help me to achieve this task.
If it is not possible, please let me know the possible way to achieve it.
User-added image
Thanks in Advance.

 
SwethaSwetha (Salesforce Developers) 
HI Dheeraj,
Recommend reviewing this similar post from past https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A97aNSAR

If this information helps, please mark the answer as best. Thank you
Luis Angel Gonzalez 1Luis Angel Gonzalez 1

edit dependencies popup for a stage opportunity:

Object manager > Fields and Relationships > Stage > Field dependencies > Create a New.

The link for Swetha is good, I commented too.