Sales Orders. Event after all kit components have been added
Hi,
I'm looking for an event which fires after all kit components have been added.
I thought I could use
Anyway, I thought I could use instead
I need to interrogate all the kit components (via the LineAdded event and checking for SalesOrderKitLineTypes.e_SalesOrderKitComponent), then do some stuff if any kit components meet a condition once all components have been added.
I'm struggling to find the best way to do this. Any assistance would be appreciated.
cheers
I'm looking for an event which fires after all kit components have been added.
I thought I could use
- Code: Select all
salesOrderForm.SalesOrder.SalesOrderLines.KitAdded
Anyway, I thought I could use instead
- Code: Select all
salesOrderForm.SalesOrder.SalesOrderLineAdded
I need to interrogate all the kit components (via the LineAdded event and checking for SalesOrderKitLineTypes.e_SalesOrderKitComponent), then do some stuff if any kit components meet a condition once all components have been added.
I'm struggling to find the best way to do this. Any assistance would be appreciated.
cheers