Store Search

<< Click to Display Table of Contents >>

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

Store 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

Store Search

 

Show/Hide Hidden Text

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

 

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

Click to collapse/expand the view.

OnBeforeOK

The event occurs before clicking the OK button in Transaction Search -> Store Search Screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: StoreListSearchModuleBase

Parameters

object sender, CXS.Retail.Extensibility.DetailEventArgs<CXS.SubSystem.Core.Surcharge> e

Type: SurchargeSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterOK

The event occurs after clicking the OK button in Transaction Search -> Store Search Screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: StoreListSearchModuleBase

Parameters

object sender, CXS.Retail.Extensibility.EventArgs<CXS.SubSystem.RetailConfig.Store> e

Type: StoreSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The event occurs before canceling the Transaction Search -> Store Search Screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: StoreListSearchModuleBase

Parameters

object sender, CXS.Retail.Extensibility.DetailEventArgs<CXS.SubSystem.Core.Surcharge> e

Type: StoreSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterCancel

The event occurs after canceling theTransaction Search -> Store Search Screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: StoreListSearchModuleBase

Parameters

object sender, CXS.Retail.Extensibility.DetailEventArgs<CXS.SubSystem.Core.Surcharge> e

Type: StoreSearch

Remarks

N/A