You need to sign in to do that
Don't have an account?

How to make sure email alert trigger before field update
Hi,
I have a custom object, myrequest__c, which has a checkbox field, resent__c. I want to have a workflow rule on this object when created, and everytime is edited. The condition is AND(ISCHANGED(resent__c), resent__c!=false). and there are two email alerts and one field update in the rule. What we want is whenever the data is created or the resent field is checked, the emails should send to sender and receiver and then change the resent field to false. But I found the only one email sent out, not the other one, is there a way to make sure the order of the workflow actions?
I have a custom object, myrequest__c, which has a checkbox field, resent__c. I want to have a workflow rule on this object when created, and everytime is edited. The condition is AND(ISCHANGED(resent__c), resent__c!=false). and there are two email alerts and one field update in the rule. What we want is whenever the data is created or the resent field is checked, the emails should send to sender and receiver and then change the resent field to false. But I found the only one email sent out, not the other one, is there a way to make sure the order of the workflow actions?
If you can place your email alerts into separate rules, you may be able to use the workflow rule re-evaluation after field updates:
https://help.salesforce.com/HTViewHelpDoc?id=workflow_field_updates_reevalute_wf.htm&language=en_US