...
Info |
---|
This guide provides instructions on how to display Custom Fields in the Epicor Kinetic Warehouse (EKW) application from Epicor. |
EMW (Epicor Mobile Warehouse) - refers to the previous name of EKW (Epicor Kinetic Warehouse).
PREREQUISITES
Tip |
---|
Before proceeding with this this guide, the following conditions should be accounted for:
|
Note |
---|
1. Creating custom fields using custom UD field methodology: Refer to this Guide: https://biscit.atlassian.net/l/cp/mXF8wJeK 2. Creating custom fields using the BPM form: Refer to the following Video: https://youtu.be/1oVqF9aM1Us?si=w3Y-ApiqM8cZAWJN |
IMPLEMENTATION
Tip |
---|
In order to have the Custom Fields appear in the EKW application, the user must first set up UD columns.
|
EKWEmw_col1_column_c – the initial value should be set to the column that it references on the dataset.
EKWEmw_col1_label_c – the initial value should be set to the label to be displayed in EKW.
...
EKWEmw_col1_type_c – the initial value should be set to the type of the data.
The available options are text, description, number, Boolean, list.
Available Field Types:
Number Will display a number input box in forms.
Text Will display a text input box in forms.
Description Will display a text area input box in forms.
Boolean Will display as a checkbox in forms.
List Will display as text in lists and will NOT be displayed in forms.
A Boolean type will display as a checked or unchecked box, depending on the value.
EKWEmw_col1_disabled_c – the initial value should be set to whether or not the value can be changed or not.
This column has a data type of Boolean:
...