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
Andrew LokotoshAndrew Lokotosh 

How to execute button with JS that gives popup with approval list?

Hello every one!
I have two custom object Employee an Employee skills (master-detail, one to many)
Employee skills has picklist Status(pending,approved,rejected) and approval process.
I need to execute JS from button (from custom object Employee page )  that gives me popup windows with list of related Employee skills, status,  and opportunities to approve or reject Employee skills status. After that save and update all records.
I'm beginner SF developer.
Please help me.