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
Sergey BarseghyanSergey Barseghyan 

Call method in lightning controller from outside

I have a lightning component with a single button on it. The component is assigned to the utlity bar for Service Console and clicking the button on it opens a new tab using openTab. Maybe my question will sound confusing, but is it possible to force somehow the popup of my component (like what happens when you click on it on the utility bar) or force the click on the button itslef?
Dhanya NDhanya N
Hi Sergey,

You can refer this link as reference to create Popup Box In Lightning Component : https://sfdcmonkey.com/2017/04/15/modal-box-lightning-component-salesforce/

Regards,
Dhanya