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
ServionServion 

How to show a popup

Hi Guys,

Can anybody tell me that how could I open up Task page as a popup after a contact been created in sales force page. Is there anything that I need to work with trigger? if you guys have a sample code or any reference links please do share with me. I appreciate your help.

 

Thanks,

Venkatesh Alagu.

Sandeep001Sandeep001

well you can override the save URL of contact to redirect to task page... trigger are at DB level, so you wont be able to open pop-up using a trigger.

 

you might need to override contact edit page to open a pop-up of tasks in a pop-up.

ServionServion

Hi Sandeep,

Thaks for your response. Well, Could you please tell me how to edit the contact page? If I go to Setup-->AppSetup-->Customize-->Contacts, I could see the options Fileds,Triggers, Pagelayout, etc..