|
Home > Archive > Commerce Server General > March 2005 > Line Item detail not being preserved on SaveAsOrder
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Line Item detail not being preserved on SaveAsOrder
|
|
| Colin Bowern 2005-03-23, 6:01 pm |
| Hi,
When I execute a SaveAsOrder on my basket object I've notcied that the line
item detail (e.g. name, unit price, item total) fields in BizDesk are not
showing any data. I've checked the database and it is showing null values
as well. Does the SaveAsOrder not marshall the data from the OrderForm to
the purchase order object line items?
Cheers,
Colin
| |
| Zoe Hart [MVP] 2005-03-25, 5:49 pm |
| SaveAsOrder does marshall the data from the OrderForm. It will not however
marshall any dictionary key prefixed with an underscore, so the pricing data
isn't marshalled unless you explicitly copy data from say
_cy_oadjust_adjustedprice to saved_cy_oadjust_adjusted_price. That saved
value will be marshalled.
Zoe
"Colin Bowern" <colin.bowern@nospam.officialcommunity.com> wrote in message
news:OU4$fPAMFHA.2492@TK2MSFTNGP14.phx.gbl...
> Hi,
>
> When I execute a SaveAsOrder on my basket object I've notcied that the
line
> item detail (e.g. name, unit price, item total) fields in BizDesk are not
> showing any data. I've checked the database and it is showing null values
> as well. Does the SaveAsOrder not marshall the data from the OrderForm to
> the purchase order object line items?
>
> Cheers,
> Colin
>
>
|
|
|
|
|