Hi all,
We have a client that's interested in having a search on the costumer orders/invoices list.
Is it expected to have that feature on DW 10?
It's configured to use Live Integration in Bussiness Center.
Thank you :)
Hi all,
We have a client that's interested in having a search on the costumer orders/invoices list.
Is it expected to have that feature on DW 10?
It's configured to use Live Integration in Bussiness Center.
Thank you :)
Hi David,
It's not entirely clear to me whether you're talking about the Customer Center in the frontend, or in the Commerce section of the backend.
All lists in DW10 will, as a general rule, support searching to some degree. There might be a few exceptions, but generally all will support it. Currently, however, we have no plans to change the functionality of the frontend module.
- Jeppe
Hi Jeppe,
It's on the Customer Center in the frontend :)
Live integration customer center.
It supports the fields ICCSearchField and ICCSearchValue that will be send to GetList request to BC - but the BC code unit does not use these fields as it is now.
You can create an event subscriber for BC that takes care of it - see: https://doc.dynamicweb.com/documentation-9/integration/integration-framework/extensibility/extending-the-microsoft-dynamics-365-business-central-plugin-unit#sideNavTitle1-2
You need to look at the DynamicwebCustomerCenPublisher event - GetListOnBeforeAddInvoice(var salesInvoiceHeader: Record "Sales Invoice Header"; var customer: Record Customer; var outputNode: XmlNode);
You must be logged in to post in the forum