I need to create a custom number sequence, but another request It is to have a multicompany Number sequence.
I know how to create a simple sequence, I used this NumberSeq_Tutorial. It's possible to create a Number sequence in a company, launch the
JOB
static void loadNumSeqCustDemo(Args _args)
{
    //define the class variable
    NumberSeqModuleCustomer seqMod = new NumberSeqModuleCustomer();
    //load the number sequences that were not generated
    seqMod.load();
}
and after can use in all anorher company the same Number Sequence. It's possible ? I need to get a new Number sequence element whe I create e new record in by form.
Thanks in advice,
enjoy!