Next Number in configured items segment
Hi All,
I created a configured item of 4 segment. The fourth segment is the concatenation of the values of the 3 segment plus a sequential number from the system (Seg4 = CONCAT(Seg1,Seg2,Seg3,xxx). So I will have Seg1Seg2Seg3000, Seg1Seg2Seg3001,Seg1Seg2Seg3002...
How can I do this?
My idea is to create a Seg5 that is equal to a next number and put Seg4 = CONCAT(Seg1,Seg2,Seg3,Seg5). Unfortunately I do not know how to setup Seg5=000, Seg5=001...
Can someone help me?
Many Thanks!
Piero