Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
When you configure a business object so that the PrimaryKeyIsAutoIncremented property is False, that _ORGPK value is used to find the record on the server since you could conceivably change the PK value (since it's not an IDENTITY field on the server). So, yes, on your table that is using a non-integer, non-identity PK, you'll need to include the extra value in the parameters list.
|