I have created new cl***** for PurchaseOrder and LineItems with a few new
fields (CS2007).
Now everything is calm and it works, but I'm unable to access the
PurchaseOrder fields from the basket at runtime.
I need to set some PO fields at runtime for the pipeline and other
controls.
As I understand it is that I must also create a new class for OrderForm
and
add the same fields in it so that they are accessible from the basket. Is
this correct?
Also as I understand it is that when basket saves the data in order
(SaveAsOrder) the order form fields that have match between OrderForm and
PurchaseOrder are copied over so that I don't need to re-copy by hand? Is
this correct?
Or are there other ways to let me access the PO extra fields and do it
only
once?
TIA
LT