cancel
Showing results for 
Search instead for 
Did you mean: 

ObjectIdentifierMapping WebService to retrieve material ID

ognian_kalaydjiev4
Participant
0 Kudos

Hi All,

I am trying to find internal material ID for external material number using webservice on

ObjectIdentifierMapping

Unfortunately the ObjectID is empty for local object it returned UUID only .

Any clue how should I proceed in this case ?

Is this a bug or feature

Chears Ognian

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186648
Active Contributor
0 Kudos

Hi Ognian,

You could try to retrieve using:

var localMaterial = Material.Retrieve(ObjectIDMapUUID);

where ObjectIDMapUUID is the UUID returned from the webservice response. Thanks, Pradeep.

ognian_kalaydjiev4
Participant
0 Kudos

Hi Pradeep,

thanks for suggestion, but you are missing the point that I am consuming webservice  out of the C4C, so I can not make ABSL code, or I can make it but this mean to create an other webservice, which is ridiculous,because the standard service should return the internal ID, but it is empty.

Cheers Ognian

former_member186648
Active Contributor
0 Kudos

Hi Ognian,

You are right, if you are expecting ID to be part of the response, then you will have to follow workaround's.

Thanks, Pradeep.