{ "sections": [ "title", "description", "fields", "associated_objects", "wsdl_segment", "field_reference" ], "title": "ExpenseReport - Data API", "description": "Represents a report that summarizes expenses. This object is available in API version 50.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "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." }, "Description": { "type": "textarea", "properties": "Create, Nillable, Update", "description": "A description for the expense report." }, "ExpenseReportNumber": { "type": "string", "properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort", "description": "An auto-generated number identifying the expense report." }, "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." }, "OwnerId": { "type": "reference", "properties": "Create, Defaulted on create, Filter, Group, Sort, Update", "description": "The ID of the user who owns the expense report record." }, "Title": { "type": "string", "properties": "Create, Filter, Group, Nillable, Sort, Update", "description": "A title that identifies the expense report." }, "TotalExpenseAmount": { "type": "currency", "properties": "Filter, Nillable, Sort", "description": "The sum of all expense entries in the report. This is a calculated field." } }, "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **ExpenseReportFeed**: Feed tracking is available for the object.\n- **ExpenseReportHistory**: History is available for tracked fields of the object.\n- **ExpenseReportShare**: Sharing is available for 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\n```", "field_reference": { "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" }, "Description": { "field_label": "Description", "type": "textarea", "length": "32000" }, "ExpenseReportNumber": { "field_label": "Expense Report Number", "type": "string", "length": "255" }, "Id": { "field_label": "Expense Report 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" }, "OwnerId": { "field_label": "Owner ID", "type": "reference", "length": "18" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "Title": { "field_label": "Title", "type": "string", "length": "120" }, "TotalExpenseAmount": { "field_label": "Total Expense Amount", "type": "currency", "precision": "18", "scale": "2" } }, "field_reference_columns": [ "field_label", "type", "length", "precision", "scale" ] }