You need to sign in to do that
Don't have an account?
Laaral
Email alert with old value, new value
Hi,
I'm tracking a number fields history and now I've created a workflow rule which sends an email alert if this field value is changed (for example the value was first 4 and now it's changed to 6"
Now the updated New Value is only shown in the email and not what the value was before? So how can I make the old value also show in the emal?
I'm tracking a number fields history and now I've created a workflow rule which sends an email alert if this field value is changed (for example the value was first 4 and now it's changed to 6"
Now the updated New Value is only shown in the email and not what the value was before? So how can I make the old value also show in the emal?
you can create an other number field for the old value, and with a workflow rule - criteria: ischanged(numberfield__c)
add workflow action- field update to update the new number field with: Priorvalue(numberfield__c)
you can then add the field which is updated with the old value as well to your email alert template.
The old value includes the number of picklist but not the text. how could i achieve it?