Concepts
Concepts used in Salesforce BDK Book.
Salesforce create report body
The information sent to Salesforce to create a report.
report_metadata
The metadata of the report.
``
Salesforce report
A Salesforce report, modeled as the Salesforce Object (SObject)and defined as a set of data that meets certain criteria, displayed in an organized way. Specified here: https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_report.htm
id
The ID of the report.
text
owner_id
The ID of the owner of the report.
text
name
The name of the report.
text
developer_name
The unique name of the object in the API.
text
description
The description of the report. Limit: 255 characters.
optional[text]
folder_name
The name of the folder that contains the report.
optional[text]
namespace_prefix
The namespace prefix of the report.
optional[text]
format
Indicates the format of the report. Can have one of these values: Tabular, Summary, Matrix, or Joined.
text
is_deleted
Indicates whether the report is deleted.
boolean
created_date
The date and time when the report was created.
optional[datetime]
created_by_id
The ID of the user who created the report.
optional[text]
last_modified_date
The date and time when the report was last modified.
optional[datetime]
last_modified_by_id
The ID of the user who last modified the report.
optional[text]
last_referenced_date
The date and time when the report was last referenced.
optional[datetime]
last_run_date
The date and time when the report was last run.
optional[datetime]
last_viewed_date
The date and time when the report was last viewed.
optional[datetime]
Last updated
Was this helpful?