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
It seems like only answer is this, no particular length is speicified anywhere as per this post
Leeladharan
10-16-2012 01:04 AM
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