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
Madhuri LondheMadhuri Londhe 

how to close Dispatcher Console Custom Actions ?

 I have created Dispatcher Console Custom Actions. And i am calling a visualforce page. From visualforce page i am calling One lightning commponent. On save button of lightning component my Dispatcher Console Custom Actions Dialog box should be closed. Do anyone know how to achive this?
SFDCDEVELOPERSFDCDEVELOPER

Use below line in your save button to close  Custom Actions Dialog box

parent.postMessage('closeLightbox','*');