RE: Purchase order number sequence - manual and automatic
I successfully tested...so to use this approach, this appears to be how the whole process would flow...
This PO number issue becomes an issue if one is importing a unique PO number from a 3rd party system and also is generating different unique PO numbers in D365.
PO number sequence setup:
1> Should be alphanumeric only; no constants or other added segments; only max characters of 9 were allowed.
2> Under the Fast tab: General - Manual = No; Continuous = No and Allow user changes-to a lower & higher number = both Yes.
3> Suggest the number sequence smallest set 100000000 and largest 999999999...D365 will use this number sequence setup for the PO numbers generated in D365. (I hate leading zeros if you start at 1.)
4> Suggest the imported PO numbers begin with a leading 'alpha' F00000001...to ensure that your automatic numbering does not overlap with the PO from the 3rd party software. Also the max of 9 characters is still validated.
Thanks for pointing in the right direction.