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)
I'm not using the newid() function to populate the Primary Key. I am handling the population of the Pk in my base business object by creating a sequential guid.
The problem I am having here is that I am using replication and it requires one column to be a rowguid, because my primekeys are guids I also use them as rowguids, Rowguids cannot be updated and must be excluded from the update query.