I am experimenting with the Number Sequence framework, and I have created a form to select a Number Sequence Group from those available in the NUMBERSEQUENCEGROUP table. When I select a group, then I have its group-id in a string variable.
How can I use the group-id (string) using X++ code to identify the corresponding sequence for a given area and reference? I need to use the sequence in order to get numbers using the NumberSeq::newGetNum() method.
I am not familiar with the concepts and I also wonder what the area and reference parameters practically are; is there a table to look for their available values and how can I use them in this context?