ExpenseAirfarePolicies
Defines airfare-related expense rules and eligibility criteria, specifying permitted costs and class restrictions for business travel.
Columns
| Name | Type | Description |
| AirfarePolicyId [KEY] | Long | The unique identifier for each airfare policy in the ExpenseAirfarePolicies table. |
| ObjectVersionNumber | Int | Indicates the version number of the airfare policy, used for concurrency control in updates. |
| PolicyName | String | The name assigned to the airfare policy, which can be used to distinguish it from other policies. |
| Description | String | A detailed description of the airfare policy, providing context and rules related to the policy's use. |
| EnabledRoleFlag | Bool | A flag that indicates whether the role associated with this policy is enabled or not. |
| PolicyRoleCode | String | The unique code representing the role that is assigned to this airfare policy. |
| EnabledFlightTypeFlag | Bool | A flag indicating whether this airfare policy applies to specific flight types, such as economy or business class. |
| EnabledFlightDurationFlag | Bool | A flag indicating whether this airfare policy considers the duration of flights for determining eligibility. |
| FlightDurationCode | String | The code representing the flight duration range (for example, short, medium, long) that this policy applies to. |
| PolicyEnforcementCode | String | A code that specifies how the policy is enforced, such as automated checks or manual approval. |
| DispWarningToUserFlag | Bool | A flag indicating whether users will receive a warning if they try to make a booking that violates this policy. |
| CreationDate | Datetime | The date and time when this airfare policy was first created in the system. |
| CreatedBy | String | The user who initially created this airfare policy in the system. |
| LastUpdateDate | Datetime | The date and time when this airfare policy was last updated. |
| LastUpdatedBy | String | The user who last updated this airfare policy. |
| LastUpdateLogin | String | The login session ID of the user who last updated this airfare policy. |
| Status | String | The current status of the airfare policy, such as active, inactive, or archived. |
| StatusCode | String | A code representing the specific status of the airfare policy. |
| PolicyEnforcement | String | The mechanism used to enforce the policy, such as approval workflows or automated restrictions. |
| PolicyRole | String | The role associated with the airfare policy, determining which users or departments are subject to its rules. |
| Finder | String | A search term or identifier that is used to find specific airfare policies in the system. |