cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting Supplier EXTERNAL_ID

Former Member
0 Kudos

Hi experts,

Upon approving suppliers through the Self-registration List, the supplier creation page is loaded and the External ID field is pre-populated with "Vendor<datetimestamp>". Is there a way to check and/or remove this default value?

Foh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I guess you can use a script to Default/change the Value of extenal ID. Write a document life cycle script on supplier (and the particular document type you are using). Set target as "CREATED"

check/remove the value of external ID using

doc.getExternalId() or doc.setExternalId("");

Check if this works.

Regards,

Immanuel

Former Member
0 Kudos

thanks, Immanuel. got it working.

Foh

Answers (0)