Recipe configuration

image

You can configure the format of the id in the recipe configuration.

The format is a text with variables enclosed in double curly brackets. Here are some examples:

  • P-{{id}} : P-1, P-2, P-3, …
  • {{year}}-{{month}}-{{id}} : 2019-1-1, 2019-1-2, 2019-1-3, …
  • {{id}} : 1, 2, 3, …

Supported variables

  • {{id}}
  • {{year}}
  • {{month}}
  • {{day}}
  • {{itemName}}
  • {{id_zero_2}} : 01, 02, 03, …
  • {{id_zero_3}} : 001, 002, 003, …
  • {{id_zero_4}} : 0001, 0002, 0003, …
  • {{id_zero_5}} : 00001, 00002, 00003, …
  • {{id_zero_6}} : 000001, 000002, 000003, …

If you need additional variables to format your id, please let us know.