Resolved! how to create 2 auto generate sequence number fields in single table?
Requirement- I have a table 'test' and I would like to create 2 auto generate number fields. For ex: 1st-> test00001 (default)2nd- > currentyear/01, currentyear/02 and so on should be auto generated based on certain conditions. Can I have 2 number ma...