Extending OrderForms Class.

Greetings,

I'm trying to integrate my Derived OrderForm onto the Commerce Server.

I derived the OrderForm and added 4 properties

classQuebecOrders :OrderForm

{

privatedecimal _GST = 0;

privatedecimal _PST = 0;

privatedecimal _GSTTotal = 0;

privatedecimal _PSTTotal = 0;

...

}

Here in Quebec we have 2 taxesSad

I folowed instructions from MSDN here

http://msdn2.microsoft.com/en-us/library/bb219203.aspx

and adapted to my needs...

at the last step when I run the "OrderMapping.exe /w Web.config"

from the server's root directory i get this response.

Microsoft (R) Commerce Server 2007 Order Mapping Tool Copyright (C) Microsoft Corporation

One or more errors found during validation:
Error G0033 - Column OrderForms.OrderFormId in mapping is not present in the relational schema
Error G0033 - Column OrderForms.OrderGroupId in mapping is not present in the relational schema
Error G0033 - Column OrderForms.Name in mapping is not present in the relational schema
Error G0033 - Column OrderForms.BillingAddressId in mapping is not present in the relational schema
Error G0033 - Column OrderForms.PromoUserIdentity in mapping is not present in the relational schema
Error G0033 - Column OrderForms.SubTotal in mapping is not present in the relational schema
Error G0033 - Column OrderForms.ShippingTotal in mapping is not present in the relational schema
Error G0033 - Column OrderForms.HandlingTotal in mapping is not present in the relational schema
Error G0033 - Column OrderForms.TaxTotal in mapping is not present in the relational schema
Error G0033 - Column OrderForms.GSTTotal in mapping is not present in the relational schema
Error G0033 - Column OrderForms.PSTTotal in mapping is not present in the relational schema
Error G0033 - Column OrderForms.Total in mapping is not present in the relational schema
Error G0033 - Column OrderForms.Created in mapping is not present in the relational schema
Error G0033 - Column OrderForms.LastModified in mapping is not present in the relational schema
Error G0033 - Column OrderForms.Status in mapping is not present in the relational schema
Error G0033 - Column OrderForms.ModifiedBy in mapping is not present in the relational schema

Now, these are all the fields from the OrderForm table, with exception of MarshalledData

Basicaly, i dont understand the error Message, and what i should do to fix it.

can anyone help out ?

Thank you!

[3561 byte] By [AcynoniX] at [2008-1-7]