Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function OpenTab() {
  2. sforce.console.openPrimaryTab('{!contact.ID}', '/apex/contactPage?scontrolCaching=1&id={!contact.ID}', true, 'contact');
  3. }
  4.  
  5. sforce.console.openPrimaryTab(null,'/apex/contactPage?scontrolCaching=1&id={!contact.ID}', true, 'contact');
  6.  
  7. getPageInfo(tabId)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement