Hi all,
I had created a new number sequence in the Warehouse management module. I created it as a per legal entity number sequence by adding this line,
dataType.addParameterType(NumberSeqParameterType::DataArea, true, false);
Now I want to make this number sequence a shared one. I removed the above line and ran the following job to load the number sequence
new WhsNumberSeqModuleWHS().load();
In the NumberSequenceDataType table, I still see the scope of my datatype as 1 which means it is still per legal entity instead of share.
Is there anyway I can change it to share without deleting data from the tables?
*This post is locked for comments
I have the same question (0)