-
Anyone logged in to API can see the javascript code, your username and password – how to avoid this in Salesforce?
In Ajax toolkit for custom Javascript button, you have to explicitly login to API because global Session variable is not available. In that case it is security vulnerable because anybody logged in can see the javascript code and your username and password. So is there any way to avoid this?
Log In to reply.