Product Search

<< Click to Display Table of Contents >>

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

Product 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

Product Search

 

Show/Hide Hidden Text

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

 

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

Click to collapse/expand the view.

OnAfterCancel

The event occurs after canceling a Product Search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterClear

The event occurs after clearing search keyword in the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterOK

The event occurs after clicking the OK button in the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterSearch

The event occurs after searching in the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterView

The event occurs after viewing a product search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The event occurs before canceling a product search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeClear

The event occurs before clearing search keyword in the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeOK

The event occurs before clicking the OK button in the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeSearch

The event occurs before searching in the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeView

The event occurs before viewing a Product Search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.Product>

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The event occurs on globalizing the resource strings on the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

N/A

Type: ProductSearch

Remarks

N/A

Click to collapse/expand the view.

OnViewIntialized

The event occurs when initializing the Product Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ProductSearchModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: ProductSearch

Remarks

N/A