OutboundPackages
Defines packages sent from Vault CRM to external systems or stakeholders.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
The unique identifier for the outbound package type in the system. It is used to distinguish each outbound package entry. |
| Outbound Package Type | String | True |
Represents the type of outbound package. This can categorize the nature or method of the outbound package, such as 'Standard', 'Express', or 'Fragile'. |
| Name | String | True |
The name associated with the outbound package type. This typically describes the specific type or category of the outbound package. |
| Status | String | False |
Indicates the current status of the outbound package type. It can reflect whether the package is 'Active', 'Inactive', 'Pending', or other status types. |
| Summary | String | False |
A brief overview or summary description of the outbound package type, summarizing its purpose or characteristics. |
| Description | String | False |
A detailed description of the outbound package type, providing more context or specific details about its function, usage, or characteristics. |
| Source Vault | Decimal | False |
Represents the source vault from which the package is being sent. This refers to the location or system that holds the data or material being packaged. |
| Owner | String | False |
The owner of the outbound package type, typically representing the department, team, or individual responsible for managing or handling the package. |
| Created By | String | True |
The user or system that initially created the outbound package type entry. |
| Created Date | Datetime | True |
The date and time when the outbound package type was first created. |
| Last Modified By | String | True |
The user or system that last modified the outbound package type entry. |
| Last Modified Date | Datetime | True |
The date and time when the outbound package type was last modified. |
| Include Vault Java SDK Code | Bool | False |
Indicates whether Java SDK code for integrating with the vault is included with the outbound package type. A 'True' value means the code is included. |
| Vault Java SDK Deployment Option | String | False |
Specifies the deployment option for the Vault Java SDK that is associated with the outbound package type. This can include options like 'Standalone', 'Embedded', or 'Integrated'. |
| Global ID | String | True |
A globally unique identifier for the outbound package type, used across systems and platforms to uniquely reference the package type. |
| Link | String | False |
A URL or reference link to additional information or resources related to the outbound package type. |
| Test Data User | String | False |
The user associated with testing the outbound package type data. This user is responsible for validating or testing the functionality of the package type. |
| Target Vault | Decimal | False |
Represents the target vault to which the outbound package type is being sent or integrated. It refers to the destination where the package data is intended to go. |