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
ZimmerZimmer 

Apex Trigger to Open New Brower Tab

Is this possible? Is so how? 

 

Basically after insert with a case I want to open an external website to the user while keeping sfdc open also.

 

Phil

Rahul SharmaRahul Sharma

I don't think its possible through a trigger,

A possible option would be to overide the save button with action to save the record and open new window/website.