Posted on 07/10/2015 10:30:13
Hi Imar,
This is not directly implemented for the ProductItems table, but there is a way to implement the primary key generation using new scripting functionality.
You need to add a mapping for PK column(in this case ProductItemId) and add a Scripting condition with @Code() C# statement. For example see the attached image with sample
code. Don't forget to check this column mapping as an Active mapping and do not include ProductItemAutoId column in the mapping as this column will have the db autogenerated value.
Regards, Dmitrij