For the complete documentation index, see llms.txt. This page is also available as Markdown.

Completing

The Activity Template can be configured with different Activity Item types, allowing users to capture information in various ways. Each type may require a specific data entry method for users to complete the activity.

This article highlights the common data types and explains how users can interact with them. For a completed list of all data and item types, please look at Elements

Data type: Number

In this data type, the users are expected to enter a numeric value in the data entry field. Entry with decimal points is also allowed.

Number Data Type field.

NOTE: For some keyboards you may have issues with negative numbers. See how to fix here

Data type: Date

In this data type, the users are expected to select a date using a calendar function. Users can only select a single date; multiple dates or date ranges are not supported.

Date Data Type field.

Data type: DateTime

In this data type, the users are expected to select a date using a calendar function and time entry using a time field with up/down keys. The time format is in HH:MM

DateTime Data Type field.

Data type: String

In this data type, users enter alphanumeric characters with a maximum length of 90 characters.

String Data Type field.

Data type: Calculated

In this data type, users are required to enter multiple numeric values and the system will perform the calculation based on the defined formula. Multiple entries with decimal points are accepted.

Calculated Data Type field.

Data type: Barcode

In this data type, the users are required to enter a barcode string in the data entry field. With the relevant parsing parameter, the system will derive the correct Material values as contained in the barcode string.

Barcode Data Type field.

Data type: Option

This data type will use the Option setup in the configuration table, allowing users to select multiple levels of option codes.

Option Data Type field.

Data type: Pass_Fail

This data type uses a Pick List result that indicate whether the task outcome is Pass or Fail.

Pass_Fail Data Type field.

Data type: Edge_Data

This data type uses the actual measured value for an Edge tag; there’s no need for the user to enter a numeric value as the value will be read against the tag. The user only needs to provide reasons as text for additional context.

Edge_Data Data Type field.

Data type: Material

This data type uses the Material definition as a reference for the data entry. For example, if an activity to check the material BOM (configured with Material data type) was defined on a running Order #1, then the user-entered material ID will be validated against the maintained BOM.

Material Data Type field.

Data type: Note

This data type is used as a header description or text for the activity set. This is a read-only field for the activity list.

Note Data Type field.

Data type: Update Order Tolerance

This data type allows the user to set the tolerance for a specific order, as opposed to using a global tolerance.

Update Order Tolerance Data Type field.

Data type: Update Order Attribute

This data type allows the user to set the attribute value for a specific order, as opposed to using a global attribute value.

The value will either be a Number, String or Boolean value.

Update Order Attribute Data Type field.
Update Order Attribute Data Type field.
Update Order Attribute Data Type field.

Activity States

  • ACTIVE: Activity form is active and ready to be filled out

  • SKIPPED: Activity form was skipped by operator, this permission can be set

  • EXPIRED: Activity form is expired and need to be reissued if want to be filled out. When reissued, the activities form will be assigned to the shift it is reissued during.

Last updated