1
vote
How do I configure email notification on new case comment in salesforce.com?
Wow, you're trying way to hard. Goto Setup -> App Setup -> Cases -> Support Settings and enable the "Notify Case Owner of New Case Comments" option.
…
1
vote
How do I detect the environment in Salesforce?
The Login API call returns a sandbox element in the returned LoginResult structure that indicates if its a sandbox environment or not, from the WSDL.
<complexType name="L …
