Guest User

Untitled

a guest
Jan 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <apex:page>
  2.  
  3. <script src="../../soap/ajax/42.0/connection.js" type="text/javascript"></script>
  4.  
  5. <script>
  6.  
  7. sforce.connection.sessionId='{!GETSESSIONID()}';
  8.  
  9. ...
  10.  
  11. </script>
  12.  
  13. ...
  14.  
  15. </apex:page>
  16.  
  17. <body>
  18. {!requireScript("/soap/ajax/42.0/connection.js")}
  19. ...
Add Comment
Please, Sign In to add comment