Atlan crawls and maps the following assets and properties from Salesforce.
Organizations
Atlan maps organizations from Salesforce to its SalesforceOrganization
asset type.
Source property | Atlan property |
---|---|
id | sourceId |
name | name |
description | description |
webUrl | sourceURL |
createdDateTime | sourceCreatedAt |
modifiedDateTime | sourceUpdatedAt |
sourceCreatedBy | sourceCreatedBy |
sourceUpdatedBy | sourceUpdatedBy |
Objects
Atlan maps objects from Salesforce to its SalesforceObject
asset type.
Source property | Atlan property |
---|---|
label | name |
name | apiName |
description | description |
custom | isCustom |
mergable | isMergable |
queryable | isQueryable |
fieldCount | fieldCount |
webUrl | sourceURL |
Fields
Atlan maps fields from Salesforce to its SalesforceField
asset type.
Source property | Atlan property |
---|---|
label | name |
name | apiName |
type | dataType |
description | description |
calculated | isCalculated |
calculatedFormula | formula |
defaultValue | defaultValue |
caseSensitive | isCaseSensitive |
custom | isCustom |
encrypted | isEncrypted |
nillable | isNullable |
polymorphicForeignKey | isPolymorphicForeignKey |
order | order |
length | maxLength |
precision | precision |
scale | numericScale |
unique | isUnique |
inlineHelpText | inlineHelpText |
picklistValues | picklistValues |
Reports
Atlan maps reports from Salesforce to its SalesforceReport
asset type.
Source property | Atlan property |
---|---|
id | sourceId |
name | name |
reportType | reportType |
detailColumns | detailColumns |
description | description |
webUrl | sourceURL |
Dashboards
Atlan maps dashboards from Salesforce to its SalesforceDashboard
asset type.
Source property | Atlan property |
---|---|
id | sourceId |
name | name |
dashboardType | dashboardType |
reportCount | reportCount |
description | description |
webUrl | sourceURL |