if ( li.EmailBouncedDate(ISNULL(EmailBouncedDate, 0) = li.EmailBouncedDate(ISNULL(EmailBouncedDate, 0)
NOT(ISPICKVAL(FieldName,"")) && ISCHANGED(FieldName)
Triggers
Example:
IF(Maint_Amount__c + Services_Amount__c<> Amount, "DISCOUNTED", "FULL PRICE")
This formula displays “DISCOUNTED” on an opportunity if its maintenance amount and services amount do not equal the opportunity amount. Otherwise, displays “FULL PRICE.” Note that this example uses two custom currency fields for Maint Amount and Services Amount.
IF(Maint_Amount__c + Services_Amount__c<> Amount, "DISCOUNTED", "FULL PRICE")
<!-- --> This formula displays “DISCOUNTED” on an opportunity if its maintenance amount and services amount do not equal the opportunity amount. Otherwise, displays “FULL PRICE.” Note that this example uses two custom currency fields for Maint Amount and Services Amoun
could this work as a work around? Set the enddate set time after email is sent to trigger?
Retrieves the list of individual objects that have been updated (added or changed) within the given timespan for the specified object.
maybe i have value backwards
Lead Status is an ID