Versions Compared

Key

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

...

  • Keywords for everything other than text fields must be as expected which is specified in the rules from the previous section of this FAQ.

    1. Case sensitivity is not enforced so users may enter [itemid] instead of [ItemID] for example.

    2. The keyword must be enclosed in the correct format, for example, () for date parts or [] for NorthScope data parts.

      1. Else the message "[entered value] Production Batch String was not in the correct format." will be displayed on Save. 

  • No instance of repeating '+' symbols, for example:

    1. (DD)+(YY) is allowed

    2. (DD)++(YY) is not allowed

      1. Else the message "The Production Batch ID string cannot contain repeating “+” symbols." will be displayed on Save.

  • A string cannot start or end with a '+', for example:

    1. +(DD) is not allowed

    2. (DD)+ is not allowed

      1. Else the message: "The Production Batch ID string cannot begin or end with a “+”." will be displayed on Save. 

  • A text value must be enclosed with double quotes, for example: 

    1. [SiteID]+”a text value” is allowed

    2. *”*BCS is not allowed

    3. BCS*”* is not allowed

      1. Else the message: "Text values must be enclosed with “ ”." will be displayed on Save.

...

Note: This is only applicable to newly created Output lots, if the lots lot already exists for the Output item, the Production Batch value will default to the existing ID as expected. For example, if the line item is added from Find Output Lots, the Batch ID will default from the lot the item was added from.

...