{ "sections": [ "title", "description", "fields", "associated_objects", "wsdl_segment", "field_reference" ], "title": "ExpenseReportEntry - Data API", "description": "Represents an entry in an expense report. This object is available in API version 50.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Amount": { "type": "currency", "properties": "Filter, Nillable, Sort", "description": "The amount of the expense." }, "CurrencyIsoCode": { "type": "picklist", "properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update", "description": "Available only if the multicurrency feature is enabled. Contains the ISO code for any currency allowed by the organization." }, "ExpenseId": { "type": "reference", "properties": "Create, Filter, Group, Sort, Update", "description": "The expense that corresponds to the expense report entry." }, "ExpenseReportEntryNumber": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "An auto-generated number identifying the expense report entry." }, "ExpenseReportId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "The expense report that’s associated with the expense report entry." }, "ExpenseType": { "type": "picklist", "properties": "Defaulted on create, Filter, Group, Nillable, Sort", "description": "The type of expense. Possible values are: Billable Non-Billable The default value is Billable." }, "LastReferencedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed a record related to this record." }, "LastViewedDate": { "type": "dateTime", "properties": "Filter, Nillable, Sort", "description": "The timestamp for when the current user last viewed this record. If this value is null, this record might only have been referenced (LastReferencedDate) and not viewed." }, "Title": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "A title that identifies the expense." }, "TransactionDate": { "type": "date", "properties": "Filter, Group, Nillable, Sort", "description": "The day that the expense was incurred, or the payment date for the expense." } }, "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **ExpenseReportEntryFeed**: Feed tracking is available for the object.\n- **ExpenseReportEntryHistory**: History is available for tracked fields of the object.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "Amount": { "field_label": "Amount", "type": "currency", "precision": "18", "scale": "2" }, "CreatedById": { "field_label": "Created By ID", "type": "reference", "length": "18" }, "CreatedDate": { "field_label": "Created Date", "type": "datetime" }, "CurrencyIsoCode": { "field_label": "Currency ISO Code", "type": "picklist", "length": "3" }, "ExpenseId": { "field_label": "Expense ID", "type": "reference", "length": "18" }, "ExpenseReportEntryNumber": { "field_label": "Expense Report Entry Number", "type": "string", "length": "255" }, "ExpenseReportId": { "field_label": "Expense Report ID", "type": "reference", "length": "18" }, "ExpenseType": { "field_label": "Expense Type", "type": "picklist", "length": "40" }, "Id": { "field_label": "Expense Report Entry ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "LastReferencedDate": { "field_label": "Last Referenced Date", "type": "datetime" }, "LastViewedDate": { "field_label": "Last Viewed Date", "type": "datetime" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "Title": { "field_label": "Title", "type": "string", "length": "255" }, "TransactionDate": { "field_label": "Transaction Date", "type": "date" } }, "field_reference_columns": [ "field_label", "type", "precision", "scale", "length" ] }