Special Order Item

<< Click to Display Table of Contents >>

Navigation:  Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >

Special Order Item

Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Special Order Item

 

Show/Hide Hidden Text

You can now customize the Special Order 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 Item screen.

 

There are following events, which allow you to customize the Special Order Item screen:

Click to collapse/expand the view.

OnAfterAddingSurchargeDetail

The events occurs after adding surcharge detail of a Special Order Item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnAfterCancel

The events occurs after canceling a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnAfterCollectingAttributeDetail

The events occurs after collecting attribute detail of a Special Order Item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnAfterDeletingSurchargeDetail

The events occurs after deleting surcharge detail of a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnAfterEditingSurchargeDetail

The events occurs after editing surcharge detail of special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnAfterSave

The events occurs after saving a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeAddingSurchargeDetail

The events occurs before adding surcharge detail of a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The events occurs before canceling a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCollectingAttributeDetail

The events occurs before collecting attribute detail of a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeDeletingSurchargeDetail

The events occurs before deleting surcharge detail of a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeEditingSurchargeDetail

The events occurs before editing surcharge detail of special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeSave

The events occurs before saving a special order item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionOrder>

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The events occurs on globalizing the resource strings on the Special Order Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

N/A

Type: SpecialOrderItem

Remarks

N/A

Click to collapse/expand the view.

OnViewIntialized

The events occurs when initializing the Special Order Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: SpecialOrderItemModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: SpecialOrderItem

Remarks

N/A