|
Home > Archive > Business Desk > February 2004 > BizDesk Order Details Customization
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 |
BizDesk Order Details Customization
|
|
| andrew 2004-02-07, 9:38 am |
| Hello,
Is there any way how can I add custom field to bizdesk order details
form and then save entered value? I can't find any samples how can I
do it. I know how can I add the text field element, but I've no ideas
how can I save the entered value to DB orderfrom header table. If it's
impossible is there any way to enter order comments manually within
BizDesk?
Comments and suggestions are very appreciated.
Thank you/
| |
| Max Akbar 2004-02-07, 9:38 am |
| Yes you can add customize bizdesk see Commerce Server Help->Developer's
Guide->Extending Commerce Server->Building Business Desk Modules.
As for modifying the Order Data if you look at the Bizdesk code you will
notice that Bizdesk uses Order object to query and get order data then
transform it into XML you could take these values and populate the orderform
then save the changes.
Good luck,
-Max
"andrew" <avl58ripn@yahoo.com> wrote in message
news:70531102.0312260550.7e209a4@posting.google.com...
> Hello,
> Is there any way how can I add custom field to bizdesk order details
> form and then save entered value? I can't find any samples how can I
> do it. I know how can I add the text field element, but I've no ideas
> how can I save the entered value to DB orderfrom header table. If it's
> impossible is there any way to enter order comments manually within
> BizDesk?
> Comments and suggestions are very appreciated.
> Thank you/
|
|
|
|
|