Hi!
I need to add some new properties/fields to the orders that must be saved
in
the DB.
I need new fields on the header (Purchaseorder) and details (Lineitems),
so
I derived
new cl***** from PurchaseOrder and LineItems.
Added the new properties, modified the XML and web.config files, generated
the tables and stored procedures.
Ok. It seems to work. I can insert new orders without problems with my new
cl*****.
The question is, need I extend the OrderForm class too, to put my new
properties in the web pages or
is it enough to have extended the PurchaseOrder and LineItem cl*****?
If yes, is it like the other cl***** so that I just derive a new class and
modify the XML files or is there something else?
I've not found much do***entation for this, just how to extend LineItem
class.
TIA


|