Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Salesforce Provisioner uses the following attribute mapping:

Registry AttributeSalesforce AttributeNotes
Address:country (type postal)MailingCountry

First Address of type postal associated with the first CoPersonRole

(warning) Values must be from Salesforce picklist. Attribute Enumerations may be useful.

Address:locality(type postal)MailingCityFirst Address of type postal associated with the first CoPersonRole
Address:postal_code(type postal)MailingPostalCodeFirst Address of type postal associated with the first CoPersonRole
Address:state(type postal)MailingState

First Address of type postal associated with the first CoPersonRole

(warning) Values must be from Salesforce picklist. Attribute Enumerations may be useful.

Address:street (appended with Address:room, if set)(type postal)MailingStreetFirst Address of type postal associated with the first CoPersonRole
CoPerson:statusCoPerson__c:Status__cIf CoPerson custom object is enabled
CoPersonRole:ouDepartment

Department associated with the first CoPersonRole, sorted by CoPersonRole order.

CoPersonRole:titleTitleTitle associated with the first CoPersonRole, sorted by CoPersonRole order.
EmailAddress:mailEmailIf Email Address Type is set, the first Email Address of the specified type is used. Otherwise, the first Email Address of any type is used.
Identifier:identifierCoPerson__c:Application_ID__cIf CoPerson custom object is enabled, type as configured in CoPerson Application ID Identifier Type
Identifier:identifierCoPerson__c:Platform_ID__cIf CoPerson custom object is enabled, type as configured in CoPerson Platform ID Identifier Type
Identifier:identifier(type orcid)CoPerson__c:ORCID__cIf CoPerson custom object is enabled
Name:honorificSalutationPrimary Name is used, regardless of type
Name:givenFirstNamePrimary Name is used, regardless of type
Name:middleMiddlename

Primary Name is used, regardless of type

(warning) Middle Name is not enabled by default in Salesforce. Once enabled there, tick Provision Middle Name in the Provisioner configuration.

Name:familyLastNamePrimary Name is used, regardless of type
Name:suffixSuffixPrimary Name is used, regardless of type
TelephoneNumber:number (type mobile)MobilePhoneFirst TelephoneNumber of type mobile associated with the first CoPersonRole
TelephoneNumber:number (type office)PhoneFirst TelephoneNumbe of type office associated with the first CoPersonRole

Understanding API Usage

Note

The Salesforce API has request limits that vary according to the service tier and available licenses. To view current API usage, use the Salesforce Source plugin if configured, or login to Salesforce and navigate to Reports > Administrative Reports > API Usage Last 7 Days.

(info) Note that the API call required to determine the current API limits counts against the API limit.

In general, each provisioning operation (create or update) requires 1 API call, plus an additional API call if the CoPerson custom object is enabled.

See Also