Purchase Orders

Gwen6
Tera Contributor

We will soon be entering purchase orders in ServiceNow vs. the software we are currently using.  Is there a way to customize the POs numbers?  I've looked and haven't found something.  We like the first four digits to be the year.

 

Thanks in advance for your assistance.

3 REPLIES 3

Mike_R
Kilo Patron
Kilo Patron

Yes, it's possible. The best way is to create a new field and you can implement your own numbering logic.

dreinhardt
Tera Sage

Hi @Gwen6,

you could use the "Asset Tag" field and add the current year & PO number via business rule.

Asset Tag is also part of the display name and will be added by default when the field is not empty.

In my example the current year ("2022") is added as "prefix" before the PO number. The newly created asset tag is also part of the display name and we've created a unique entitlement based on the display name 

 

dreinhardt_0-1668547336334.png

 

Business Rule (Order must be lower than 100, to ensure the rule is running before the display name is calculated (Default Order = 100)

dreinhardt_1-1668547533878.png

dreinhardt_2-1668547599511.png

Best, Dennis

Should my response prove helpful, please consider marking it as the Accepted Solution/Helpful to assist closing this thread.

Community Alums
Not applicable

There is an external PO Number field which you can use in case your actual Purchase Order is different than ServiceNow PO Number. 

 

You can  also auto calculate the value in this field based on your format and make this External PO Number field Read Only.