I wish to do the following things:
Create my own parameter form for a module I made myself. Here I want to have a number sequences tab, showing the number sequences for my module
(same like the number sequences tab on the accounts receivable parameter form)
What I did:
-FUNCTIONAL: I created my own number sequences for the entities of my modules. They are all scoped to the company I work in.
I have not added references because I have not found yet where I create my own area and reference.
-TECHNICAL: I created a parameter form and added my ParameterTable and the NumberSequenceReference Tables and set them to passive link type (same as for the account receivable parameter form)
What I notice:
-When I add the NumberSequenceReference table as data source for my Grid, it shows a bunch of NumberSequenceReferences, but not mine
-When I check in SSMS I can see that my NumberSequence records have no related records in the NumberSequenceReference table, so that is probably the reason I dont see any on my form
-When I go the segment configuration, I cannot create a new one despite being an admin
So my questions are:
-Did I set up my number sequences incorrectly or did I miss something that I am supposed to do?
-How do I create my own area and make it so that my numberSequence Tab only shows the correct numberSequences for my own area
P.S. I found a post saying to run the reset function on the number sequences overview. I did this, but it did not make a change. (I assume because I forgot to set up some stuff)