Hi all,
We want to reset the Order Number to zero monthly.
We could set the next value of order number by the syntex:
Convert.ToInt32(
new Ice.Lib.NextValue(Db).GetNextSequence(“SONumSeq”).ToString(BpmFunc.Today().ToString(“yyMM”) + “000”))
And we would like to reset the SONumSeq back to zero in the first day of every month.
I am wondering if we could reset it automatically using schedule function?