cancel
Showing results for 
Search instead for 
Did you mean: 

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

leeladharan
Member
2 REPLIES 2

It seems like only answer is this, no particular length is speicified anywhere as per this post

 

Max Length of Profile Ids

 

Leeladharan

leeladharan
Member

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.

TJPride
Expert