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 below
Inside the element we mentioned autopk="true" and pkSequence="auto_internalNameOfSchema_seq" which helps to create auto sequence starting from 1000
Example-
<element autopk="true" label="Merchant Master" labelSingular="Merchant Master"
name="mrchntMaster" pkSequence="auto_mrchntMaster_seq">
<attribute label="Merchant ID" name="id"/>
</element>
Note- It is possible with latest v7 and build 8949