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
alexsummersalexsummers 

how to get organization ID's without calling API - Urgent help

Can the System Administrator get the organization id? Does SFDC email the organization id?

My integration app relies on the org id to determine valid organizations(companies) that can use my app.

My problem is how can the probable users get their organization id?

Thanks in advance!!!

 

 

 

SuperfellSuperfell
Its shown on the company profile page in setup.
alexsummersalexsummers

Thanks!!!

Is this implemented in the previous release or just now?

But I've noticed that it's concatenated (last 3 chars are omitted) what's the reason for this? (i'm hoping to use the 18 char id)

Because on my app I use the getUserInfo(returns 18 chars) to compare org id's

If i'll compare the two(the one displayed) then it won't return a match even if it should

Do you have any suggestions? Thanks again...

Message Edited by alexsummers on 07-06-2005 12:27 PM

Message Edited by alexsummers on 07-06-2005 05:18 PM

SuperfellSuperfell
I can't remember when it got added. Just truncate the Id returned by the api to 15 chars to compare them. There's lots of threads on the forum if you want more details on why there's 15 char & 18 char ids.