⚙️ Installation Guide
Did you know...
New users can take advantage of a 30-day free trial period. Compare prices
Install DataMax package
Get DataMAX by installing package on your Salesforce Org:
Installation link:
/packaging/installPackage.apexp?p0=04tIg000000XzdXIAS
Post-installation steps
User with a System Administrator profile should set the following settings:
Create Connected App
Open Setup → Apps → App Manager
Press «New Connected App»
Fill required fields:
- Connected App Name;
- Contact Email;
- Check Enable OAuth Settings.
Callback URL
https://your_domain/apex/migrate_x__AccessTokenPage
How to find your_domain?
Setup → Company Settings → My Domain
Example of Callback URL:
https://datamax-dev.ed.develop.my.salesforce.com/apex/migrate_x__AccessTokenPage
- In Selected OAuth Scopes choose:
- Manage user data via APIs (api)
- Manage user data via Web Browsers (web)
- Perform requests at any time (refresh_token, offline_access)
Press «Save»
Click «View» on created connected App:
Click «Manage Consumer Details»:
You can see «Consumer Key» and «Consumer Secret». It will be used in the next steps. «Copy» it.
Set Remote Site Settings
- Open Setup → Security → Remote Site Settings.
- Press New Remote Site.
- Set Remote Site Name field (Example: DataMax).
- Set Remote Site URL field equals
https://cloud.datamax.cc
- Press Save button.
Set Trusted URL
- Open Setup → Security → Trusted URLs.
- Press New Trusted URL.
- Set any API Name field (Example: DataMax).
- Set URL field equals
https://cloud.datamax.cc
- Check CSP Context to «Lightning Experience Pages»
- Check CSP Directives «content-src (scripts)» ☑️
- Press Save button.
Set Trust IP
- Open Setup → Security → Network Access.
- Press the New button.
- Add start and end IP of
52.32.194.17
- Press Save button.
Set Permission Set to User with System Administration Profile for Registration Page:
- Open Setup → Users → Permission Sets.
- Choose DataMax Registration User Access.
- Press Manage Assignments button.
- Press Add Assignments button.
- Check user.
- Press Assign button.
- Press Done button.