Description

A Location Capability represents the association between a Location and a Location Capability Type, indicating whether that capability is currently enabled at the Location. Capabilities determine which types of process steps can be executed at a given Location and can be enabled or disabled without removing the association.

Properties

Property NameProperty TypeNullableDescription
idGuidfalseThe unique identifier of the Location Capability.
locationIdGuidfalseThe unique identifier of the Location that has this capability.
locationCapabilityTypeIdGuidfalseThe unique identifier of the Location Capability Type that describes this capability.
locationCapabilityTypeLocationCapabilityTypefalseThe Location Capability Type that describes this capability.
isEnabledboolfalseWhether this capability is currently enabled at the Location.