Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Only apply once per assignment, unconditionally (cannot have conditions).
  • May be configured as either a Travel or Work determinant.
  • Work Time Function may NOT include a field (variable), as assignment level determinants are not associated with a particular task line. The Work Time Function field does support functions of constants only (for example, 1.45 * 2).

    Task Level Determinants:
     
  • Task Level will try to apply at each task line within an assignment based on the conditions.
  • May only be configured as a Work determinant.
  • Require at least one condition (even if that condition will always be true).

    Info
    titleInfo
    • Number of Task Level Determinants and Conditions has a direct impact on the overall performance (data throughput) of ProTrack Warehouse. Care needs to be taken to build only the determinants that are required to drive the granularity of Standard required for the activity.
    • Assignment and Task Level Determinants are required for each Standard.
  1. Click to apply or not apply Additional Handling.
  2. From the drop-down list, select a Handling Matrix Name that was set-up in Handling Time.
  3. Click one of the Determinant Type options to set the determinant type to either Travel or Work.

    Info
    titleInfo
    • Travel Determinants cannot be set to apply based on a specific set of conditions. These are used to hard-code a specific assignment Start, End, and Drop locations.
    • Travel Determinants must be configured as Assignment Level.
  4. If Determinant Type is set to Travel, specify the Start Location, End Location and Drop Location from their respective lists.
  5. To specify the standard time for this determinant, enter a function into the Work Time Function text box. The function entered may be a simple constant value, or an algebraic expression.
    1. For expressions, you can use fields as variables. Click 'Insert a Field' link and a popup screen appears. Click a WMS Import field link, which is then populated in the Work Time Function field.


      Fig.2 Determinant - Work Time Function

       

      Info
      titleInfo
      • While saving, the system validates the work time function. When Work Time Function is defined it is necessary to list the fields within double quotations “ “, without which the formula will not be valid.
      • The expression may be built using addition,subtraction, division, or multiplication operators: + - / * Also, parentheses may be used to specify order of operations: ( ).
      • The total length of the work time function cannot exceed 80 characters.
      • The formula can be an expression much like that used in Excel. Example: (“Quantity” * “Unit Weight”) * .0006
      • The formulas can generate a negative number if time needs to be reduced due to a specific task not being preformed on this specific assignment. Example: “Quantity” * -1.234
      • Total standard time for one assignment is 35,791 minutes (assume employee works eight-hour day this would allow 74 employees to work the same assignment). ProTrack Warehouse stores STD time in milliseconds and the max integer field in SQL Server 2005 is 2,147,483,647.
  6. To add a condition to a determinant, click the 'Condition' tab. the screen appears with the Select Condition link and a blank ‘condition’ list.


    Fig.3 Determinant - Conditions

     

  7. You can add the determinant conditions by clicking 'Select Condition' link.


    Fig.4 Determinant - Selecting Conditions

     

  8. Select the check box of the individual Field Name.


    Fig.5 Determinant - Selecting Fields

     

  9. Click  and the selected fields will be listed in the ‘Conditions’ list section of the Determinants screen.


    Fig.6 Determinant - Conditions

     

  10. You can change the Condition Type for each Determinant Condition by selecting from the list.

...