Setting the Salesforce.com configuration properties

All configuration properties for Salesforce.com integration are provided in a static MDMConfigurationParameters class. You must verify that the properties are configured properly for your deployment environment.

Procedure

  1. In Force.com/src directory, open the MDMConfigurationParameters.cls file.
  2. Edit the properties as necessary for your environment. Use the following property descriptions for guidance.
    Static property Description
    CASTIRON_CLOUD_ENDPOINT This property is the end-point URL for IBM® WebSphere® Cast Iron® Cloud. For example, https://eval-provide.castiron.com:443/env/Development/

    Your WebSphere Cast Iron Cloud subscription provides you with the endpoint URL.

    DISPLAY_ONLY_SFDC_SOURCE If set to true, the search results display only data from the Salesforce.com source. If set to false, search results include data from Salesforce.com and other sources in MDM.

    The default is false.

    SFDC_ACCOUNT_SRC_NAME Salesforce.com source name for Account as defined in your MDM Workbench project (MDM model). This name is set from the MDM Configuration perspective >Member Types > Sources.
    SFDC_CONTACT_SRC_NAME Salesforce.com source name for Contact as defined in your MDM Workbench project (MDM model). This name is set from the MDM Configuration perspective >Member Types > Sources.
    MIN_SCORE This property determines the minimum matching score that is used to filter search results from MDM.
    MAX_RESULTS This property controls the maximum number of results (records) that are returned for an MDM search transaction.
    TXN_TIMEOUT_LMT This property controls the amount of time that can elapse before a transaction times out. The value is specified in milliseconds.
    MDMAE_REQUESTER_NAME This property maps to the requester name in the MDM Advanced Edition control header xml/webservice request.
    MDMAE_REQUESTER_LANG This property maps to requester language in MDM Advanced Edition control header in xml/webservice request.
    MDMAE_REQUESTER_ID This property maps to requester id in MDM Advanced Edition control header in xml/webservice request.
    MDMAE_GETORG_INQUIRY This property defines the inquiry Type for MDM Advanced Edition getOrganization transaction.
    NAME_USAGE_TYPE This property represents the NameUsageType in TCRMOrganizationNameBObj. Map this value to the legal name value in the code table.
    BUSINESS_ADDRESS_USAGE_TYPE This property represents the AddressUsageType in TCRMPartyAddressBObj for Organization/Account. Map this value to the business address value in the code table.
    MAILING_ADDRESS_USAGE_TYPE This property represents the AddressUsageType in TCRMPartyAddressBObj for Organization/Account. Map this value to the mailing address value in the code table.
    CONTACT_PHONE_TYPE This property represents the ContactMethodUsageType in TCRMPartyContactMethodBObj for Person/Contact. Map this value to the business phone value in the code table.
    CONTACT_FAX_TYPE This property represents the ContactMethodUsageType in TCRMPartyContactMethodBObj for Organization/Account. Map this value to the fax phone business value in the code table.
    CONTACT_NAME_TYPE This property represents the NameUsageType in TCRMPersonNameBObj. Map this value to the legal name value in the code table.
    C_CONTACT_PHONE_TYPE This property represents the ContactMethodUsageType in TCRMPartyContactMethodBObj for Person/Contact. Map this value to the business phone value in the code table.
    C_CONTACT_FAX_TYPE This property represents the ContactMethodUsageType in TCRMPartyContactMethodBObj for Person/Contact. Map this value to the fax business phone value in the code table.
    CONTACT_PRIMARY_ADDRESS_USAGE_TYPE This property represents the AddressUsageType in TCRMPartyAddressBObj for Person/Contact. Map this value to the business address value in the code table.
    CASTIRON_USER_NAME WebSphere Cast Iron user name
    CASTIRON_PASSWORD Password for the WebSphere Cast Iron user
  3. Save and close the file.

What to do next

Continue with Creating the queue and queue connection factory.