ExpenseItems
Contains detailed information about individual expense items, including descriptions, categories, amounts, and associated metadata for financial tracking and reporting.
Workday Resource Information
Retrieves details of an Expense Item referenced by its Workday Identifier (WID).Secured by: Access Expense Item (Segmented), View: Expense Item
Scope: Expenses
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the expense item instance, typically used for referencing specific records. |
| Descriptor | String | The display name of the instance |
| Href | String | A URL link that provides direct access to the expense item instance, useful for navigation and API integrations. |
| DisallowFixedItems_Prompt | Bool | Indicates whether fixed items are restricted for selection, with true meaning selection is not allowed. |
| SearchString_Prompt | String | A text field allowing users to search for expense items using keywords or phrases. |