Docs
Search
Search
Help & Feedback
Sign In
Home
Essential Knowledge
By Type
Building Blocks
APIs
Releases
All Extend Content
Browse all Extend Content
OMX Webapp UI - Search order by customer phone number or email
How-to Guide
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`
Custom UI Field Component on Add Network to Location user action
How-to Guide
This component simplifies the addition of networks to locations by providing an easy to use selector of available networks
The basic principles can be used in other scenarios where complex fields and values may be required
Install Fluent Modules into your sandbox
How-to Guide
step-by-step guide on how to install modules into your OMS sandbox
Enable quick access filters for users with a custom Predefined Filter component
How-to Guide
Predefined Filters:
Provide a way to access commonly used search parameters with a single click, enhancing the user experience.
User Efficiency:
Predefined filters are designed to save time and streamline workflows.
Customization:
Users may have the ability to create and save their own filters for recurrent use (via manual Manifest changing).
Consistency:
Predefined filters ensure that the same criteria are used for searching, leading to consistent results.
Learning Curve:
New users can quickly become proficient in finding the information they need due to the intuitive nature of predefined filters.
Integration:
These features should seamlessly integrate with the user interface for maximum effectiveness.
Cash on Delivery workflow action
How-to Guide
Understanding the Market:
Recognizing the importance of Cash on Delivery (CoD) in markets like India, where it is a preferred payment method.
Global Adaptability:
The workflow's design serves a global audience, providing a template that can be customised for regions where upfront payment is not the norm.
Seamless Integration:
Ensuring the CoD process is smoothly incorporated into the existing order journey to enhance customer experience.
Operational Efficiency:
Streamlining the CoD transaction to ensure quick and secure payment collection at the point of delivery.
Display REST API Data in Standard Library Components
How-to Guide
For Frontend (React) Developers who are familiar with using the
Fluent OMX Component SDK
Build a REST API Data Provider Component to enable the
standard Component Library
to render data from the
Fluent Platform REST APIs
Learn how to override the data provided to components
Learn how to support template value props for dynamic input
Learn how to decorate the query results for enabling
`byName`
attributes access in the manifest
Build a Webhooks Monitoring Dashboard
How-to Guide
For Frontend Configurators (JSON) of the
Fluent OMX UX Framework
with access to a
small custom component
Enable a
visual Webhooks Monitoring Dashboard
in the Fluent OMS (or any other Fluent web app)
How to add a new page to the Insights section
How to query the Event API for Webhook Audit Events
How to use the
`devrel.provider.rest`
component to display information from the Fluent REST APIs using standard the standard UX Component Library
Access specific attributes by name (even when they contain spaces!)
How to conditionally color code a specific table column
How to display a details drawer from a list
How to display contextual Webhook information on the Order Details screen
Add and Edit Customer Address by using custom UI component
How-to Guide
Address Validation:
Ensure that the address entered by the user is valid and correctly formatted to avoid shipping issues.
Default Address:
Allow customers to set a default address for a quicker checkout process.
Edit Capability:
Provide an option for users to edit customer address details in case of errors or changes.
User Experience:
Design the add and edit address process to be user-friendly and accessible, with clear instructions and error messages.
Quick Search in UI by using Custom UI Component
How-to Guide
Quick Search Functionality:
Enables users to find information rapidly by typing keywords or phrases.
User Efficiency:
Quick search is designed to save time and streamline workflows.
Learning Curve:
New users can quickly become proficient in finding the information they need due to the intuitive nature of quick search.
Integration:
These features should seamlessly integrate with the user interface for maximum effectiveness.
Configure extended address for Return Orders
How-to Guide
Extend the Order Module schema
Modify the Rule for Return Order creation and the Order Workflow Return Order Ruleset
Update the Order Management Manifest
Image capture of Returned Goods during Return
How-to Guide
This article gives System Integrator (SI) Partners and Businesses a high-level idea of where new features can be built on top of the OMS reference solution to support the customer's requirement within Fluent OMS.
This idea/solution will provide a new feature where the Store User can take a photo of the returning item and attach it as part of the returnOrder entity.
The source code will not be provided in this article.
Enable entering of Rejection Reason Code during pick confirm in Fluent Store
How-to Guide
This article gives System Integrator (SI) Partners and Businesses a high-level idea of where new features can be built on top of the OMS reference solution to support the customer's requirement within Fluent OMS.
This idea/solution will provide a new feature where the Store User can enter the rejection reason code during the Pick Confirm Process.
This feature allows specifying the rejection reason for fulfillment on the picking step of wave processing. The user can select the rejection reason code when the picked item list is confirmed as the first step of wave processing.
Manual Fulfillment Reassignment
How-to Guide
This article gives System Integrator (SI) Partners and Businesses a high-level idea of where new features can be built on top of the OMS reference solution to support the customer's requirement within Fluent OMS.
This idea/solution will provide a new feature where the Store User can enter the rejection reason code during the Pick Confirm Process.
This feature allows customer service to reroute an existing
`fulfilment`
to a specific location that can fulfill the order.
Validate Customer ID at Pickup
How-to Guide
This article gives System Integrator (SI) Partners and Businesses a high-level idea of where new features can be built on top of the OMS reference solution to support the customer's requirement within Fluent OMS.
This idea/solution will provide an extended new feature where the Store User can validate the Customer ID during the Customer Collection Process.
New custom UI components and rules are needed to capture the user input and confirm the selected articles in the UI user Action screen. Then, the store/business can track and trace the proof of the shopper's collection.
Due to security reasons, the shopper's sensitive personal information should not be stored within Fluent OMS. Therefore, the proof of collection should be stored at a third-party storage.
Manual Inventory Position Changes through the UI
How-to Guide
This article gives System Integrator (SI) Partners and Businesses a high-level idea of where new features can be built on top of the OMS reference solution to support the customer's requirement within Fluent OMS.
This idea/solution will provide an extended new feature where the Store User can update the Store inventory through the UI to ensure the OMS has the most accurate product inventory.
New custom UI component and rules to capture the user input in the UI user Action screen. Then, the backend will create a new Inventory Quantity entity and update the Inventory Position and the downstream workflow.
Create Customer via UI
How-to Guide
Comprehensive Data Entry:
Ensure that all necessary customer information is captured accurately to create a complete profile. This includes personal details, contact information, and any specific requirements or preferences.
Validation and Verification:
Implement validation checks to prevent errors during the data entry process. Verify that mandatory fields are not left blank.
User Experience:
Design the customer creation process to be user-friendly. Provide clear instructions and feedback during the process to enhance the user's experience and minimize the likelihood of errors.
Edit Customer via UI
How-to Guide
Data Modification:
Ensure that users can modify customer data, including the ability to correct typos in existing information.
Error Handling:
Implement error handling procedures in case the edit fails or invalid data is submitted.
User Experience:
Aim for a seamless and intuitive editing process to minimize the risk of user errors.