Skip to main content
Nintex Community Menu Bar
Question

How do I get user's session ID?

  • July 9, 2024
  • 1 reply
  • 24 views

Forum|alt.badge.img+9

I’m creating a button that will launch a DrawLoop function to generate a nice doc for printing in another window, but it needs the current user’s Salesforce session ID. How do I access that?

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+13

The Session Id and some other Api related merge variables are accessible through Skuid merge syntax:

{{$Api.Session_Id}} {{$Api.Partner_Server_Url}} {{$Api.Enterprise_Server_Url}}