Customer Search

<< Click to Display Table of Contents >>

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

Customer 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

Customer Search

 

Show/Hide Hidden Text

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

 

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

Click to collapse/expand the view.

OnAfterCancel

The event occurs after canceling a customer search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterClear

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

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterCopy

The event occurs after copying a customer search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterEdit

The event occurs after editing a customer search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterNew

The event occurs after starting a new search in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterOK

The event occurs after clicking the OK in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterSearch

The event occurs after searching a customer in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnAfterView

The event occurs after viewing a customer in the Customer Search sceen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The event occurs before canceling a search in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeClear

The event occurs before clearing the customer search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCopy

The event occurs before copying a search in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeEdit

The event occurs before editing a customer search.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeNew

The event occurs before a new search in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeOK

The event occurs before clicking the OK in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeSearch

The event occurs before searching in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A

Click to collapse/expand the view.

OnBeforeView

The event occurs before viewing the search result in the Customer Search screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CustomerSearchModuleBase

Parameters

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

Type: CustomerSearch

Remarks

N/A