OMX Webapp UI - Search order by customer phone number or email
How-to Guide
Extend
Author:
Randy Chan
Changed on:
22 May 2025
Key Points
This is an enhanced feature that allows users (e.g., Customer Service Representatives) to look up customer orders by using either the customer's email address or phone number.
This feature can be achieved by configuration in the setting manifest without any custom components nor custom rules.
This article will provide the following:
code snippet of the search Order by Customer phone/email manifest
Language settings
Display the page on the left panel menu by adding a code snippet in the setting: `fc.mystique.manifest.oms`
Steps
Alternative approach to search order by customer
With the latest release, search order by customer is now available in order list page. Click here for more info.
Create a new Setting: fc.mystique.manifest.oms.fragment.customerWithOrders
Add the following into the setting: LANGUAGE_EN-AU
Add the reference link in fc.mystique.manifest.oms
Go to Setting: fc.mystique.manifest.oms and add the following:
Test the result
Refresh your browser and go to the page. The user should be able to look up customers by phone or email and see their orders.
Except as otherwise stated in the Extend Knowledge Content site policy, the content on this page is licensed under the Creative Commons Attribution 4.0 Licence, and any code samples that appear on this page are licensed under the Apache 2.0 Licence, unless any code sample forms part of the Fluent Order Management Platform code. Neither of these licences apply to any content on any other page that can be reached via a link on this page unless otherwise specified on that other page. If you wish to use any of the Extend KnowledgeContent, you must do so in compliance with the licenses referred to above and the Extend Knowledge Content site policy, including attribution in the manner set out on this page.
1"fc.customerWithOrders.index.list.column.orderRef.heading":"Order Ref",2"fc.customerWithOrders.index.list.column.orderStatus.heading":"Order Status",3"fc.customerWithOrders.index.list.column.orderRetailerID.heading":"Retailer ID",4"fc.customerWithOrders.index.list.column.orderCustomerRef.heading":"Customer Ref",5"fc.customerWithOrders.index.list.column.orderCreatedOn.heading":"Order Created Date",6"fc.customerWithOrders.nav":"Search Order by Email / Phone",7"fc.customerWithOrders.index.nav":"customer with Orders",8"fc.customerWithOrders.index.title":"Customers List",9"fc.customerWithOrders.index.list.column.ref.heading":"ref",10"fc.customerWithOrders.index.list.column.id.heading":"id",11"fc.customerWithOrders.index.list.column.FirstName.heading":"First Name",12"fc.customerWithOrders.index.list.column.lastName.heading":"Last Name",13"fc.customerWithOrders.index.list.column.primaryEmail.heading":"Email",14"fc.customerWithOrders.index.list.column.primaryPhone.heading":"Phone",15"fc.customerWithOrders.index.list.column.status.heading":"Status",