You need to sign in to do that
Don't have an account?

Salesforce id conversion?
How to convert 18 digit id into 15 digit id in salesforce?can anybody help me?
You need to sign in to do that
Don't have an account?
How to convert 18 digit id into 15 digit id in salesforce?can anybody help me?
Hi
Just remove the last three letters in the id which are in capital letters
Then it will be the 15 didgits id.
String.valueOf(Id).substring(0,15)