Click or drag to resize
HierarchySettings data type
Print this page

The data type HierarchySettings is a nested data type that encapsulates the settings of a HierarchyNode that a given object is associated with.

Subfields

For more information about working with subfields, see Accessing subfields.

The HierarchySettings data type contains the following subfields:

SubfieldData TypeDescription
CarrierNameTextName of the carrier.
CarrierNumberTextUSDOT number for the Carrier.
CarrierAddressTextMailing address of the Carrier.
JavaScript conversion

When you use the optional [Script] section section to insert your own JavaSCript functions, access this data type as follows:

Constructor
JavaScript
new HierarchySettings({CarrierName:"name",CarrierNumber:"number",CarrierAddress:"street number/name|city|postalcode"})
Available fields for (get)

You can access these HierarchySettings elements as fields:

  • .CarrierName

  • .CarrierNumber

  • .CarrierAddress