Creating a Sequence
Last updated: 8/28/2025The 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: