我需要创建一个自定义编号序列,但另一个请求是要有一个多公司编号序列。
我知道如何创建一个简单的序列,我使用了这个NumberSeq_Tutorial。可以在公司中创建编号序列,启动
工作
static void loadNumSeqCustDemo(Args _args)
{
//define the class variable
NumberSeqModuleCustomer seqMod = new NumberSeqModuleCustomer();
//load the number sequences that were not generated
seqMod.load();
}
并且之后可以在所有其他公司使用相同的编号序列。这是可能的 ?当我在表单中创建新记录时,我需要获取一个新的数字序列元素。
谢谢指教,
请享用!