Litify: How Do I Retrieve the 18-digit Organization ID?

When installing the Steno Jobs App into your Litify instance, we'll need your 18 digit Organization ID. Here's how to find this.

Step 1: Write this in the Developer Console (Execute Anonymous)

List<Organization> desiredInfoList = new List<Organization>();

desiredInfoList = [SELECT Id from Organization]; 

String desiredInfo = desiredInfoList[0].Id;

system.debug(desiredInfo);

Step 2: Read the debug log to find your 18 digit Organization ID

When you install Litify, you'll need to provide this ID to Steno in order for us to generate your API Key.