Hello,
I have extended the Opportunity BO and added some custom fields. I need a element "State" with type RegionCode, I'm getting error when I try to activate the xBO that "Code datatypes using listID for value help are not supported". I'm getting this error only for RegionCode. For CountryCode its not giving any error.
I tried both the namespaces Common.DataTypes and AP.Common.GDT where this RegionCode is present. I'm able to use this Datatype in Custom BOs without any error. Is there any specific reason why this datatype is not allowed for use with xBOs ? What are my other alternatives if I need to use RegionCode.
Srikanth