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
cmxintcmxint 

How to handle AutoNumber field on client side?

Hi there!

The problem is - I have custom field of type "AutoNumber" in Account object (master side) and custom field of type "Number(16,0)" in custom object (detail side). When I get value from field of such type it's double. But double has a precision of 15-16 digits, so it's a high possibility of loosing relationship between tables mentioned above, cause master-detail relationship organized on the basis of equality of these two fields. How can I fix this problem?