Hello,
I'm running into problems trying to insert a record into a BO which has multi-field PK, where one of the fields is identity.
Initially I was getting the error as in post
http://forum.strataframe.net/Topic26039.aspx. Problem is that when I set
PrimaryKeyIsUpdable=FalsePrimaryKeyIsAutoIncremented=TrueI get the following error:"Cannot create INSERT command because a business object with PrimaryKeyIsAutoIncremented = True must have exactly 1 primary key field."
What else should I try?