I made the following changes to make this work can you please add to your code so I dont break at next update? or let me know how and what you want to change so I dont get a suprise next update
Thanks
Paul
To Business layer I added this Property. (with a private as well)
<Category(EDITOR_CATEGORY_CRUD), _
DefaultValue(
Description(
And in Data Layer
In method BuildUpdateInfo aroung line 573
loInfo.Fields.Add(lcFieldName)
Thats what I thought as well but excluding the PK from the fields to update causes another exception to be thrown as then the business object thinks there is no primary key
Yeah I tried that first but it complains that there is no Primary Key Field. It makes sense once you step through that method why it doesn't work. PrimaryKeyNotUpdatable work's just let me know what ya end up doing.