Troubleshooting
Contact us
To get support on any questions or issues you are experiencing, email [email protected]
Using multiple account with Git
If you git clone
from more than one Blue Canvas account, you need to configure Git consider the "path" component of an http URL to be worth matching via external helpers. Otherwise it will cache your credentials leaving you unable to log into the account you want to use or returning "Not Found" errors.
git config --global git.credential."https://git.bluecanvas.io".useHttpPath true
Identify your Salesforce Edition
Different Salesforce Editions allow different features to be used. To identify which Salesforce Edition your Org has: In Salesforce, go to Setup and quick search Company Information. Find the field Organization Edition which is most of the way down on the right column of fields.
Updated about 4 years ago