Folder
Represents folders used for organizing reports, dashboards, and documents in Salesforce.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the folder record. | |
| ParentId | String | False |
Folder.Id |
ID of the parent object in the hierarchy. |
| Name | String | False |
Display name of the folder. | |
| DeveloperName | String | False |
API name of the folder, used for referencing in code. | |
| AccessType | String | False |
Specifies the type of access allowed for the folder, such as 'Public' or 'Private'. | |
| IsReadonly | Bool | False |
Indicates whether the folder is read-only (true) or editable (false). | |
| Type | String | False |
Type of folder, such as 'Report', 'Dashboard', or 'Email'. | |
| NamespacePrefix | String | True |
Namespace prefix associated with the folder, if part of a managed package. | |
| CreatedDate | Datetime | True |
Date and time when the folder was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the folder. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the folder. |
| SOQL | String | False |
Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | False |
Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | False |
Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | True |
Timestamp of the last system update to the folder record. | |
| LastModifiedDate | Datetime | True |
Date and time when the folder was last modified. |