Carriers
Carriers
Columns
| Name | Type | Description |
| CarrierId [KEY] | Long | CarrierId of Carriers |
| CarrierName | String | The name of the carrier. It is a unique value. This attribute is required. |
| ActiveFlag | Bool | Contains one of the following values: true or false. If true, then the carrier is active. If false, then the carrier is not active. The default value is true. |
| ManifestingEnabledFlag | Bool | Contains one of the following values: true or false. If true, then use a manifest with this carrier. If false, then do not use a manifest with this carrier. The default value is false. |
| CreationDate | Datetime | CreationDate of Carriers |
| CreatedBy | String | CreatedBy of Carriers |
| LastUpdateDate | Datetime | LastUpdateDate of Carriers |
| LastUpdatedBy | String | LastUpdatedBy of Carriers |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Finder | String | finder |