cancel
Showing results for 
Search instead for 
Did you mean: 

Creating a supplier contact through ContactIBeanIfc

katie_doody2
Participant
0 Kudos

Hi all, we using API ContactIBeanIfc to create the supplier contact. We are using the abap datasource for our ume. The ume account for the user will be created before we try to post the contact information. We would like to update the first name, last name and email.  We would also like to set the contacts userid that has already been created but there does not seem to be an API to set this.

Does anyone know how we can accomplish this?

Right now if we turn off create new account (in the directory) and send the basic information, we get the following error.

Thanks,

Katie

Accepted Solutions (0)

Answers (1)

Answers (1)

katie_doody2
Participant
0 Kudos

Any thoughts? I am setting the first name, last name, email and name. I thought setting the name would update the userid. I am able to accomplish this same thing through pi using xml and also through a manual load of a csv file but I would like to get the web service to work.

former_member190023
Contributor
0 Kudos

Hi Katie,

The error says that your contact doesn't have CAN_LOGIN set as TRUE.

Can you try to push that field as well with 'TRUE' value?

Regards,

Bogdan

katie_doody2
Participant
0 Kudos

Thanks Bogdan, I tried that but the class I am using does not have that value for me to set?