Weighted Item

<< Click to Display Table of Contents >>

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

Weighted 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

Weighted Item

 

Show/Hide Hidden Text

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

 

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

Click to collapse/expand the view.

OnAfterCancel

The events occurs after canceling a weighted item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: WeightedItemModuleBase

Parameters

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

Type: WeightedItem

Remarks

N/A

Click to collapse/expand the view.

OnAfterSave

The events occurs after saving a weighted item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: WeightedItemModuleBase

Parameters

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

Type: WeightedItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The events occurs before canceling a weighted item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: WeightedItemModuleBase

Parameters

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

Type: WeightedItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeSave

The events occurs before saving a weighted item.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: WeightedItemModuleBase

Parameters

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

Type: WeightedItem

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The events occurs on globalizing the resource strings on the Weighted Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: WeightedItemModuleBase

Parameters

N/A

Type: WeightedItem

Remarks

N/A

Click to collapse/expand the view.

OnViewIntialized

The events occurs when initializing the Weighted Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: WeightedItemModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: WeightedItem

Remarks

N/A