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
ArcherArcher 

15 or 18 character Ids when using frontdoor.jsp

We've been using the frontdoor mechanism successfully to link into Salesforce with a valid contactId and session Id. Today, the url failed if the contactId used the 18 character format and only suceeded if the 15 character format was used. How do know which format to use? Which should we use on an on going basis?

Perplexed.

-- Mark

rchoi21rchoi21

The application itself supports 15-character Ids, not 18-charater ones.

Generally speaking, we don't support the query strings to our URLs as an stable programming interface. If you provide us with a use case, maybe we can help you find a more programmatic way of accomplishing what you're doing.

Thanks!