Hi,
I need to use more the one number sequence in one field: SlaesID field,
any help with that?
Hi,
I need to use more the one number sequence in one field: SlaesID field,
any help with that?
Code has been shared in another thread: Making Multiple Number Sequence for the same field.
Thank you very much
I was just missing something you did help with it, thank you again
That's possible, but you have to handle it in x++ code.
The very first step is to gather detailed requirements.
Once you know them, there are two parts in the actual implementation:
1) You need to have a possibility to set up many number sequences according to your requirements. For example if you have two special processes that require own number sequences, you need to have two new fields somewhere to define which number sequence to use in those processes.
2) You need to adjust x++ code that handles Sales order id initialization, to fetch it from the correct number sequence, according to your requirements.
André Arnaud de Cal...
294,261
Super User 2025 Season 1
Martin Dráb
233,013
Most Valuable Professional
nmaenpaa
101,158
Moderator