i created one PO ( 2345123) and i deleted that PO in back end , now i required that same PO number , where i can find Current PO sequence table name
You can configure the starting PO Number in the Company configuration screen The table that holds the next sequence is Erp.KeyLast but Epicor does not support you changing these values directly as business logic applies and you could cause the ability to create new PO’s to fail if you do this wrong and cause any referential integrity issues.
1 Like
If there is a gap in the PO’s, and you want to insert a PO in that gap:
- Set the
Starting PO
to 1 more than the desired PO Num - Save the Company Config
- in PO Entry, enter the desired PO Num and save
The trick is that any PO num above the Starting PO
value must be auto generated via the highest number +1. Entering a number below that Starting PO
allows it to be manually created.