Rank: Member
Joined: 9/16/2006(UTC) Posts: 13
|
In developing our BVC5 store, I've added a few custom fields to the bvc_product table, but when I build the app, I get this error:
<fieldname> is not a member of 'BVSoftware.Bvc5.Core.Catalog.Product'
As I work through the .NET code, I can't seem to find how fields are added to this class. I've added the fields to the appropriate files and stored procedures, so I'm confused. Does any .NET maven out there know how to accomplish this with BVC5?
Thanks, Mike
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
We create properties in the Product class that just wrap properties on the InternalProduct class. Check out both classes and you will see that most properties are on both. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.