This is a discussion on Extend Orders in Commerce Server 2007 - Commerce server ; I am trying to extend the Order system using CS 2007. When I try to save the basket as a Order using basket.SaveAsOrder(), I get the following error: Class collection property PurchaseOrder.OrderForms contains an object of type MyOrderForm that was ...
I am trying to extend the Order system using CS 2007. When I try to save the basket as a Order using basket.SaveAsOrder(), I get the following error:
Class collection property PurchaseOrder.OrderForms contains an object of type MyOrderForm that was not specified in the storage mappin
I have the changes done to web.config, OrderPipelineMappings.xml and OrderObjectMappings.xml in both the starter site and OrdersWebService.
Also, when I just do a basket.Save(), I am able to save and retrieve all the fields in the basket, the error happens when I try to retrieve the basket again and Save as Order.
Any help would be appreciated..Thanks in advance