Hi expert
1. I have created a custom entity and i have added a field called linenum(extends tradelinenum) . I want this field to incremented each time a new record is imported. How can I achieve it.
Some facts about my data entity
1. It's a set based entity. I have overridden copystaging to target method
2. I can set the auto increment property on linenum . Reason linenum is a part of the index on entity and staging table and linenum is set as noneditable and mandatory. Noneditable fields can't be set as autogenerated in the entity mapping.
3. I tried to override the insert method on the staging table but it dint work.
Please advise how can I achieve this.
Br
P