- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need to know the max field length of below Ids that we get as response in CIM method
Hi,
We Need to know the max field length of below Ids that we get as response in CIM method
customerProfileId in createCustomerProfileResponse (need to know max chars of this field)
customerPaymentProfileId in createCustomerPaymentProfileResponse (need to know max chars of this field)
Thanks
Leeladharan
โ10-16-2012 12:45 AM - edited โ10-16-2012 12:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It seems like only answer is this, no particular length is speicified anywhere as per this post
Leeladharan
โ10-16-2012 01:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just use an int field, which has values up to something like 4 billion (10 characters). That seems to match the recommendation in the linked thread.
โ10-18-2012 08:50 AM