The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
124 views

what tools can be used to perform automation and performance testing

We have a SFDC application and as a functional tester I would like to know what tools can be used to automate the test scripts. Need to test UI as well as the functional requirements of application. ...
2
votes
1answer
97 views

Change Lead status when matching Contact is created

I'm looking to write an Apex script, but I literally know nothing about programming in Salesforce (with the exception of what I've read in the last hour). I want to write a script that does the ...
6
votes
6answers
273 views

How to exclude invalid fields that can't be deployed by the Migration Tool from .object files when automating deployment?

I'm trying to add a level of automation to our development processes. My goal at the moment is to be able to automatically retrieve check-ins to our development feature release branch and then ...
4
votes
2answers
96 views

Automate marking new Leads as read

Is it possible to have other activities mark a Lead as read? We have a use case where some of our users would like to mark Leads as read when they have been included in an Extended Mail Merge. ...