cancel
Showing results for 
Search instead for 
Did you mean: 

C4C Codelistmapping with ABSL

Former Member
0 Kudos

Hi,

experts.

Does anybody know how I can access codelistmapping with ABSL. In my example I need the External Code of the BusinesspartnerRoleCode.

Best Regards,

Alexander Nikiforow

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Alexander,

in order to get the customer role code, you should extend Customer Bo and retreive data using following ABSL code:

var roleDescription = this.CustomerRole.RoleCode.GetDescription();


Regards

Former Member
0 Kudos

Hi Bogdan,

I don´t need the description, I need the external code.

Regards

Alexander

Former Member
0 Kudos

Hi Alexander,

it is not possible to retreive the external code.

You should create a custom code list with same values of the BusinessPartnerRoleCode and read the external code from your zCodeList based on the customer local role code.

Regards