Question
Accenture
IN
Last activity: 16 Oct 2023 8:06 EDT
Case ID generating random number instead of 1 for the first case
Hi All,
When I tried to create a case, the case ID starts from ABC-1218. Ideally it should be ABC-1 because this is the very first case created. This is happening in one of the higher environment, but working correctly in the lower environment.
I checked idGenerator/defaultBatchSize rule. The value is set to 1.
Any help is appreciated.
Thanks in advance,
Sakhib Hussain
@SakhibHussain we have class called Data-UniqueID for prefix ABC will have a one entry, in that row check pyLastReservedID column once if that value is 1218 update to 0 or 1, so that next ID generation will happen in sequence.