Hi, Thank you for your help But we used an inbuilt syntax that can be used to auto create the sequence and the syntax is mentioned belowInside the element we mentioned autopk="true" and pkSequence="auto_internalNameOfSchema_seq" which helps to create auto sequence starting from 1000 Example-<ele...
Hi, Thank you for your help But we used an inbuilt syntax that can be used to auto create the sequence and the syntax is mentioned belowInside the element we mentioned autopk="true" and pkSequence="auto_internalNameOfSchema_seq" which helps to create auto sequence starting from 1000 Example-<ele...
Hi, I want to create sequence logic for a particular attribute of the schema. When I am trying to create it with the existing solution its creating a new attribute(Primary Key/ @id) and generating the sequence logic on that attribute. As per the requirement sequence should be created with the...