Transaction Search

<< Click to Display Table of Contents >>

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

Transaction Search

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

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Transaction Search

 

Show/Hide Hidden Text

You can now customize the Transaction Search 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 Transaction Search screen.

 

There are following events, which allow you to customize the Transaction Search screen:

Click to collapse/expand the view.

OnAfterCancel

The events occurs after canceling a transaction in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterClear

The events occurs after clearing the search in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterOK

The events occurs on click of the OK button in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterSearch

The events occurs after searching for a transaction in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterView

The events occurs after viewing a transaction in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The events occurs before canceling a transaction search the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeClear

The events occurs before clearing the search box in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeOK

The events occurs before click of the OK button in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Transaction.Transaction>

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeSearch

The events occurs before searching in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeView

The events occurs before viewing a transaction in the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

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

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The events occurs on globalizing the resource strings on the Transaction Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

N/A

Type: TransactionSearch

Remarks

N/A

Click to collapse/expand the view.

OnViewIntialized

The events occurs when the Transaction Search screen in initialized.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: TransactionSearchModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: TransactionSearch

Remarks

N/A