Hi Friends,
I am trying to add a new number sequence.
Here are steps I found on web to generate a new one.
1. create EDT: GroupId
2. modify method 'loadModule' in existing NumberSeqReference_xxx class. Save and compile it.
numRef.DataTypeId = typeId2ExtendedTypeId(GroupId));
numRef.ReferenceHelp = literalstr("Group ID");
numRef.WizardManual = NoYes::No;
numRef.WizardAllowChangeDown = NoYes::No;
numRef.WizardAllowChangeUp = NoYes::No;
numRef.SortField = 7;
this.create(numRef);
But, when I go to number sequence wizard, I don't see it.
I guess I missed a step somewhere.
It's confused to me that how this works. It looks I can manually create a new one in Number Sequence form.
Any help is appreciated.
*This post is locked for comments