models/customer

Members

assets

Type

Description

Object

Assets available to be serviced by the selected Customer. The current record model and the selected Customer model is in scope.

Default

            {
  "assets": {
    "array": true,
    "asset": {
      "all": true,
      "record": "customrecord_nx_asset",
      "filters": [
        "custrecord_nx_asset_customer",
        "anyof",
        "${ customer.id }"
      ]
    }
  }
} 

          

map

Type

Description

Object

Field map

Properties

Property

Type

Description

assets

true, false, *

Assets that are valid to create records against. Overwrite this to refer to Customer fields. When true all Assets are available. When false no Assets can be selected. Otherwise differ to a Customer search.

Default

            {
  "map": {
    "contact": "contactprimary.internalid|",
    "email": "email",
    "phone": "phone",
    "currency": false,
    "assets": "formulatext:''",
    "id": "internalid"
  }
} 

          

General Notices