Profile
This is a table representing the Profile entities in Salesforce.
Columns
| Name | Type | Description | ReadOnly |
| Id [KEY] | System.String | Label 'Profile ID' corresponds to this field. | True |
| Name | System.String | Label 'Name' corresponds to this field. | False |
| PermissionsEditTask | System.Boolean | Label 'Edit Tasks' corresponds to this field. | False |
| PermissionsEditEvent | System.Boolean | Label 'Edit Events' corresponds to this field. | False |
| PermissionsManageUsers | System.Boolean | Label 'Manage Users' corresponds to this field. | False |
| PermissionsModifyAllData | System.Boolean | Label 'Modify All Data' corresponds to this field. | False |
| PermissionsManageCases | System.Boolean | Label 'Manage Cases' corresponds to this field. | False |
| PermissionsMassInlineEdit | System.Boolean | Label 'Mass Edits from Lists' corresponds to this field. | False |
| PermissionsEditForecast | System.Boolean | Label 'Edit Forecasts' corresponds to this field. | False |
| PermissionsManageSolutions | System.Boolean | Label 'Manage Published Solutions' corresponds to this field. | False |
| PermissionsCustomizeApplication | System.Boolean | Label 'Customize Application' corresponds to this field. | False |
| PermissionsEditReadonlyFields | System.Boolean | Label 'Edit Read Only Fields' corresponds to this field. | False |
| PermissionsRunReports | System.Boolean | Label 'Run Reports' corresponds to this field. | False |
| PermissionsViewSetup | System.Boolean | Label 'View Setup and Configuration' corresponds to this field. | False |
| PermissionsTransferAnyEntity | System.Boolean | Label 'Transfer Record' corresponds to this field. | False |
| PermissionsManageSelfService | System.Boolean | Label 'Manage Self-Service Portal' corresponds to this field. | False |
| PermissionsManageCssUsers | System.Boolean | Label 'Edit Self-Service Users' corresponds to this field. | False |
| PermissionsImportLeads | System.Boolean | Label 'Import Leads' corresponds to this field. | False |
| PermissionsManageLeads | System.Boolean | Label 'Manage Leads' corresponds to this field. | False |
| PermissionsTransferAnyLead | System.Boolean | Label 'Transfer Leads' corresponds to this field. | False |
| PermissionsViewAllData | System.Boolean | Label 'View All Data' corresponds to this field. | False |
| PermissionsEditPublicDocuments | System.Boolean | Label 'Manage Public Documents' corresponds to this field. | False |
| PermissionsManageDashboards | System.Boolean | Label 'Manage Dashboards' corresponds to this field. | False |
| PermissionsSendSitRequests | System.Boolean | Label 'Send Stay-in-Touch Requests' corresponds to this field. | False |
| PermissionsManageCategories | System.Boolean | Label 'Manage Categories' corresponds to this field. | False |
| PermissionsConvertLeads | System.Boolean | Label 'Convert Leads' corresponds to this field. | False |
| PermissionsPasswordNeverExpires | System.Boolean | Label 'Password Never Expires' corresponds to this field. | False |
| PermissionsUseTeamReassignWizards | System.Boolean | Label 'Use Team Reassignment Wizards' corresponds to this field. | False |
| PermissionsEditActivatedOrders | System.Boolean | Label 'Edit Activated Orders' corresponds to this field. | False |
| PermissionsInstallMultiforce | System.Boolean | Label 'Download AppExchange Packages' corresponds to this field. | False |
| PermissionsPublishMultiforce | System.Boolean | Label 'Upload AppExchange Packages' corresponds to this field. | False |
| PermissionsEditOppLineItemUnitPrice | System.Boolean | Label 'Edit Opportunity Product Sales Price' corresponds to this field. | False |
| PermissionsManageTerritories | System.Boolean | Label 'Manage Territories' corresponds to this field. | False |
| PermissionsCreateMultiforce | System.Boolean | Label 'Create AppExchange Packages' corresponds to this field. | False |
| PermissionsSolutionImport | System.Boolean | Label 'Import Solutions' corresponds to this field. | False |
| PermissionsManageCallCenters | System.Boolean | Label 'Manage Call Centers' corresponds to this field. | False |
| PermissionsEditReports | System.Boolean | Label 'Create and Customize Reports' corresponds to this field. | False |
| PermissionsAuthorApex | System.Boolean | Label 'Author Apex' corresponds to this field. | False |
| PermissionsManageMobile | System.Boolean | Label 'Manage Mobile Configurations' corresponds to this field. | False |
| PermissionsApiEnabled | System.Boolean | Label 'API Enabled' corresponds to this field. | False |
| PermissionsManageCustomReportTypes | System.Boolean | Label 'Manage Custom Report Types' corresponds to this field. | False |
| PermissionsCustomSidebarOnAllPages | System.Boolean | Label 'Show Custom Sidebar On All Pages' corresponds to this field. | False |
| PermissionsDisableNotifications | System.Boolean | Label 'Disable Notifications' corresponds to this field. | False |
| UserLicenseId | System.String | Label 'User License ID' corresponds to this field. | True |
| UserType | System.String | Label 'User Type' corresponds to this field. | True |
| CreatedDate | System.DateTime | Label 'Created Date' corresponds to this field. | True |
| CreatedById | System.String | Label 'Created By ID' corresponds to this field. | True |
| LastModifiedDate | System.DateTime | Label 'Last Modified Date' corresponds to this field. | True |
| LastModifiedById | System.String | Label 'Last Modified By ID' corresponds to this field. | True |
| SystemModstamp | System.DateTime | Label 'System Modstamp' corresponds to this field. | True |
| Description | System.String | Label 'Description' corresponds to this field. | False |
Pseudo-Columns
Pseudo-Column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SOQLWhere | String | Specifies the Where clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| SOQLOrderBy | String | Specifies the Order By clause of the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. | |
| MaxResults | String | Sets the MaxResults to be returned by modifying the Limit clause of the SOQL query to execute against the Salesforce servers. |