You need to sign in to do that
Don't have an account?
Q: to update a field in a record in a custom object
What type and length is the field in the custom object?

Hi,
Every record into salesforce has a unique ID whatever it is 18 or 15 charcter long. Please remember first 15 characters is actually unique in nature.
Please varify once again your update query.
if still problem persists than provide me detail info, what exectly you are doing?
-Regards
Sunil Prasad


You may want to add a formula field that does the calculation, and include this formula field in your reports: see http://community.salesforce.com/t5/Apex-Code-Development/Formula-Field-calculating-the-18-digit-ID-from-the-15-digit-ID/td-p/189848 for details.
Hope this helps,
Erik

https://chrome.google.com/webstore/detail/sf-15-to-18/cogllpmaoflgaekieefhmglbpgdgmoeg
FYI - I'm the developer. Please use the feedback form on the app if you'd like to suggest any improvements or additional functionality.
Thanks!
Hi, I am having trouble about the mapping the correct record ID. I got a 18 character case-insensitive id field value for account by using Table query, but when I want to use this 18 character to update a field in a record in a custom object (purchase requisition), it will only pick the first 15 character and update the record with a wrong account name.
How to correct this?
Thanks.