[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

qbr

12/6/2005 6:00:00 AM

if i add several fields to a salesorder table how can i make sure that those
new fields will be included in the copying process when using the copy from
all function.
2 Answers

Luegisdorf

12/6/2005 8:54:00 AM

0

Hi qbr

Take a look into Class SalesCopying. This class is used when calling the
sales order copy function. May be you can add your fields there.

Best regards
Patrick

"qbr" wrote:

> if i add several fields to a salesorder table how can i make sure that those
> new fields will be included in the copying process when using the copy from
> all function.

rheu

12/6/2005 9:03:00 AM

0

Add the fields to method 'initFromSalesTable' on table SalesTable if the
fields are added on table SalesTable, add the fields to method
'initFromSalesLine' on table SalesLine if the fields are added on table
SalesLine.

Rob


"qbr" wrote:

> if i add several fields to a salesorder table how can i make sure that those
> new fields will be included in the copying process when using the copy from
> all function.