CRM On Demand - Administration (MOSC)

MOSC Banner

Need to execute a workflow when date field is greater than 23 days ago

edited Oct 29, 2012 6:07AM in CRM On Demand - Administration (MOSC) 2 commentsAnswered ✓
I am trying to execute an email when the field "Last Calendar Review" is modified & the date field "AE Phone - Last Visit" is greater than 23 days ago.    What expression builder do  I use to calculate  date field "AE Phone - Last Visit" is greater than 23 days ago
These are 2 expressions that I have tried but been unsuccesful:

(PRE('<dLast_Calendar_Review_ITAG>') <> [<dLast_Calendar_Review_ITAG>]) AND
FieldValue('<dAE_Phone__last_visit_date_ITAG>') < Today() - 23

(PRE('<dLast_Calendar_Review_ITAG>') <> [<dLast_Calendar_Review_ITAG>]) AND
FieldValue('<dAE_Phone__last_visit_date_ITAG>') < JulianDay(Today())

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center