Versions Compared

Key

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

This section lists the prerequisites and steps for applying and verifying this patch.

...

  1. Go to …<ConnectPortalInstallFolder>\resources_config location.

  2. Open apps.properties file.
  3. Search for for the Dropbox app section and replace the code block for the existing two properties with the updated code one given below:

    Code Block
    titleDropbox
    dropbox.refreshToken=https://api.dropboxapi.com/oauth2/token
    dropbox.authorizationValueMap=response_type$code,token_access_type$offline


  4. Add the following code block for Zoho CRM next to the QuickBooks section:

    Code Block
    titleZoho CRM
    #Zoho Crm
    zohocrm.appKey=
    zohocrm.appKeySecret=
    zohocrm.oauthVersion = 2.0
    zohocrm.oauth20.accessToken =  https://accounts.zoho.com/oauth/v2/token
    zohocrm.oauth20.authorize = https://accounts.zoho.com/oauth/v2/auth
    zohocrm.refreshToken =https://accounts.zoho.com/oauth/v2/token
    zohocrm.authorizationValueMap=response_type$code,access_type$offline
    zohocrm.refreshTokenValueMap=N/A
    zohocrm.accessTokenValueMap=N/A
    zohocrm.scope = ZohoCRM.settings.modules.ALL,ZohoCRM.settings.ALL,ZohoCRM.modules.ALL,ZohoCRM.users.ALL


  5. Search for the Sage One app section and replace the existing code block for the existing three properties with the updated one given below:

    Code Block
    titleSage One
    sageone.oauth20.accessToken=https://oauth.accounting.sage.com/token
    sageone.oauth20.authorize=https://www.sageone.com/oauth2/auth/central
    sageone.refreshTokenValueMap=N/A


  6. Search for the FreshBooks app section and replace the existing code block for the existing five properties with the updated one given below:

    Code Block
    titleFreshBooks
    freshbooks.oauthVersion=2.0
    freshbooks.oauth20.requestToken=https://api.freshbooks.com/auth/oauth/token
    freshbooks.oauth20.authorize=https://my.freshbooks.com/service/auth/oauth/authorize
    freshbooks.oauth20.accessToken=https://api.freshbooks.com/auth/oauth/token
    freshbooks.refreshToken = https://api.freshbooks.com/auth/oauth/token


  7. Save the file.
  8. Restart the Connect Portal.

...