Dear
I am getting the following message when i am clicking on Sequence Number "Generation Wizard"
The highest number for number sequence Gene_9, Subledger journal entry has been decreased from its default value to match the length of the data type SubledgerJournalNum.
The highest number for number sequence Basi_12, Element number has been decreased from its default value to match the length of the data type ElementNumber.
The highest number for number sequence Basi_13, Hierarchy ID has been decreased from its default value to match the length of the data type HierarchyIdBase.
The highest number for number sequence Basi_14, Activity number has been decreased from its default value to match the length of the data type smmActivityNumber.
The highest number for number sequence Basi_15, Case ID has been decreased from its default value to match the length of the data type CaseId.
The highest number for number sequence Gene_17, Journal batch number has been decreased from its default value to match the length of the data type LedgerJournalId.
Any idea why? your feedback is greatly apprciated
*This post is locked for comments
I have the same question (0)Hi,
If I remember correctly, it means:
1) System generated a new number sequence. (e.g. DAT-#########)
2) System tries to link the number sequence with a EDT. The EDT is a string of size 10.
3) Note that DAT-######### is of length 13 and doesn't fit.
4) Then the system trimmed the number sequence to DAT-###### to fit the EDT
That's what the warning message trying to say.
Cheers.