Consumables Tab Configuration

You can view the Consumables tab's default configuration using the Configuration Preview feature. Its structure is shown below:

          "consumables": {
      "label": "Inventory",
      "icon": "wrench",
      "element": {
        ...
      },
      "article": {
        ...
      },
      "enable": []
    }, 

        

The task, asset, and employee defaults are set on a consumable record when it's created.

          "defaults": {
          "custrecord_nx_constask": "${ event.internalid }",
          "asset": "${ options.asset || event.asset }",
          "custrecord_nx_consemployee": "${ user.internalid }"
        } 

        

Here are some things to consider when configuring the Consumables tab:

Related Topics

General Notices