Issues using PRE with a workflow
Hi,
I'm trying to trigger an email alert when a field in my Opportunity object is changed from Null or No to 'Yes' for a subset of opportunity owners (based on their locale)
For some reason my workflow doesn't trigger - and I can't see why. Any help would be appreciated.
Here's what I have
Record Type: Opportunity
Trigger Event: When a modified record is saved
Workflow Rule:
(JoinFieldValue('<User>',[<OwnerId>],'<Locale>')='German - Germany' AND ([<plRFP_Expected_ITAG>]='Y' AND PRE('<plRFP_Expected_ITAG>')<>'Y')) OR (JoinFieldValue('<User>',[<OwnerId>],'<Locale>')='German - Switzerland' AND ([<plRFP_Expected_ITAG>]='Y' AND PRE('<plRFP_Expected_ITAG>')<>'Y')) OR (JoinFieldValue('<User>',[<OwnerId>],'<Locale>')='Italian - Italy' AND ([<plRFP_Expected_ITAG>]='Y' AND PRE('<plRFP_Expected_ITAG>')<>'Y'))