Applying customer search
Everything regarding customer search functionality comes by applying the customer search UI component somewhere on to a grid.
Create the layout hosting the customer search form
The recommended way is to create a new full screen layout and drop the component on to that fully expanded.
Navigate to Setup > POS Layout
Click New layout (24x17)
Provide new ID and name for the layout, for example:
ID = customer-lookup
Name = Customer search layout
Under Components, locate and click << Customer search to drop the UI component onto the layout and expand the component to cover the whole layout.
After making sure the component is selected, various settings can be applied.
email - factor: The search factor of the email fields can be adjusted.
history - factor: The search factor of the email fields can be adjusted.
id - factor: The search factor of the email fields can be adjusted.
name - factor: The search factor of the email fields can be adjusted.
phone - factor: The search factor of the email fields can be adjusted.
customercreate: By applying this property, the POS has the ability to create a customer both in Centara server and in the local database simultaneously.
Set a button the launch customer search
Now that the layout is ready we only need to have a button configured with a macro to launch the search layout.
Choose an existing button or create a new one.
Apply the following properties to the button:
Macro = MENUOPEN(MenuControlId=root;MenuId=customer-lookup;);
Caption = Search for customers
Last updated
Was this helpful?