CarriersshippingMethodsDFF
Maintains descriptive flexfields for shipping methods to allow custom configurations.
Columns
| Name | Type | Description |
| CarriersCarrierId [KEY] | Long | Unique identifier linking this descriptive flexfield (DFF) entry to a specific carrier record. |
| ShippingmethodsOrganizationCarrierServiceId [KEY] | Long | Unique identifier linking this DFF entry to a specific shipping method within an organization. |
| OrgCarrierServiceId [KEY] | Long | Unique identifier for the organization-specific carrier service associated with this shipping method. |
| TestMdm1 | String | Custom metadata field for testing or additional carrier-related information. |
| TestMdm2 | String | Additional custom metadata field for testing or extended shipping method attributes. |
| _FLEX_Context | String | Descriptive flexfield (DFF) context name, defining the purpose of the additional attributes for shipping methods. |
| _FLEX_Context_DisplayValue | String | Display value representing the context assigned to the descriptive flexfield (DFF). |
| ActiveFlag | String | Indicates whether this DFF entry for the shipping method is active. 'True' means active; 'False' means inactive. |
| CarrierId | Long | Unique identifier for the carrier associated with this DFF entry. |
| CarrierName | String | Name of the carrier associated with this DFF entry. |
| Finder | String | A system-defined query or lookup used to retrieve shipping method records with DFF data. |
| ManifestingEnabledFlag | String | Indicates whether manifesting is enabled for this carrier. 'True' means manifesting is required; 'False' means it is not. |