Eliagandolfi
Results
2
issues of
Eliagandolfi
If I run the script as a Google App-script, it works as great but if I publish the add-on, the functions disappear, and I can only see the "help" option
I need to either extend/substitute my Django app's user model a HerokuConnect model Specifically, vendors registered in Salesforce should be able to login with their vendor_code__c as username ``` #models.py...