Versions Compared

Key

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

...

Example:
Desired pattern file to be used is “my_pattern.json”. Thus, the variable should be set: rf_product_selection_predefined = “my_pattern”

Info

Please note that the file name and the “name” field in the JSON file may be different, due to restrictions in the file system: special characters, accents, etc. are removed from the file name. Always use the file name when selecting the pattern programatically.

Code Block
# Example content of "my_pattern.json"
{
    "name": "mymÿ awesome patternpättërn",
    "description": "",
    "dimensions": {
      "height": 123,
      "width": 123,
      "length": 123,
      "palletHeight": 1234
    },

...