The sequence routine allows you to create automatically incremented IDs, using a tJava component:
System.out.println(Numeric.sequence("s1",1,1)); System.out.println(Numeric.sequence("s1",1,1));
The routine generates and increments the ID automatically:
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!