|
<< Click to Display Table of Contents >> Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events > Special Order Fulfillment Item |
Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >
Special Order Fulfillment Item
You can now customize the Special Order Fulfillment Item to execute specific business transactions using its events. iVend Add-On Framework provides you with platform for customization and the framework is optimized to show only relevant list of events which minimizes the effort in searching events from long list of iVend events.
Note
Remember that the customization can be done on those fields only which are exposed in the Special Order Fulfillment Item screen.
There are following events, which allow you to customize the Special Order Fulfillment Item screen:
The event occurs after canceling a special order fulfillment item. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: SpecialOrderFulfillmentItemModuleBase Parameters sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionItem> Type: SpecialOrderFulfillmentItem Remarks N/A |
The event occurs after saving the Special Order Fulfillment Item. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: SpecialOrderFulfillmentItemModuleBase Parameters sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionItem> Type: SpecialOrderFulfillmentItem Remarks N/A |
The event occurs before canceling a special order fulfillment item. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: SpecialOrderFulfillmentItemModuleBase Parameters sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionItem> Type: SpecialOrderFulfillmentItem Remarks N/A |
The event occurs before saving a special order fulfillment item. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: SpecialOrderFulfillmentItemModuleBase Parameters sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionItem> Type: SpecialOrderFulfillmentItem Remarks N/A |
The event occurs on globalizing the resource strings on the Special Order Fulfillment Item screen. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: SpecialOrderFulfillmentItemModuleBase Parameters N/A Type: SpecialOrderFulfillmentItem Remarks N/A |
The event occurs when initializing the Special Order Fulfillment Item screen. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: SpecialOrderFulfillmentItemModuleBase Parameters sender, ViewInitializedEventArgs Type: SpecialOrderFulfillmentItem Remarks N/A |