This example illustrates a step by step guide on how to create a Unique ID Name-Value Pair. The Unique ID is configured to apply the following label composed of 4 individual sections:

  • PN-20120918-001

where

  • 'PN-' is a simple character label
  • 20120918 is the date in the format YYYYMMDD
  • '-' is a simple character label
  • 001 is a three digit sequenced number calculated for the part 001, 002, 003 etc... that resets itself daily

The syntax required to generate this Unique ID is: 

  • L{PN-} YYYYMMDD L{-} N{3}

Create_New_UID

Useful Links