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

Record ID Passed in Custom Link/Button
For some reason, whenever I use a record ID within a custom link or button, Salesforce is passing in the 15-character ID instead of the 18-character ID. In the past, I have coded around this on my own (using case-sensitive comparisons and substrings) but I'm now running into an issue where it's not possible to use these tricks.
Why is SF only passing the 15-character ID and how do I make it use the 18-character ID?
Thanks,
Mike
Why is SF only passing the 15-character ID and how do I make it use the 18-character ID?
Thanks,
Mike
in javascript, so you can put this into an scontrol, then the scontrol will fixup the ID and display it in a field ( by putting the scontrol on the campaign page.)
All Answers
Mike
This discussion board post gives some Javascript sample code for performing this conversion.
in javascript, so you can put this into an scontrol, then the scontrol will fixup the ID and display it in a field ( by putting the scontrol on the campaign page.)