|
Home > Archive > Commerce Server General > May 2005 > PurgeUnreferencedAddresses using OrderGroup (BCL) object
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 |
PurgeUnreferencedAddresses using OrderGroup (BCL) object
|
|
|
| I am using the Microsoft.CommerceServer.Runtime.Orders.OrderGroup object, and
I need to purge unreferenced addresses. The only way I can get to the
PurgeUnreferencedAddresses is through the interop, so how do I go about doing
this?
Thanks,
Jason
| |
| Ravi Shankar 2005-05-19, 2:47 am |
| In the BCL Basket.Save method this task is automatically accomplished for
you. Only addresses referenced by the billing address and shipping address
keys in the ordergroup and lineitem object are persisted. That is my
understanding and observation.
"Jason" wrote:
> I am using the Microsoft.CommerceServer.Runtime.Orders.OrderGroup object, and
> I need to purge unreferenced addresses. The only way I can get to the
> PurgeUnreferencedAddresses is through the interop, so how do I go about doing
> this?
>
> Thanks,
> Jason
|
|
|
|
|