CRM On Demand - Administration (MOSC)

MOSC Banner

Field validation when close date has been changed to a date greater than the current close date.

edited Jun 1, 2012 10:06AM in CRM On Demand - Administration (MOSC) 2 commentsAnswered ✓
I have a field validation that checks for a change to the Close Date and, if so, forces a change to another field, Latest Opportunity Status (see code below).
((PRE('<CloseDate>') <> [<CloseDate>]) AND (PRE('<ltLatest_Opportunity_Status_ITAG>') <> [<ltLatest_Opportunity_Status_ITAG>])) AND ((PRE('<CloseDate>') <> [<CloseDate>]) AND ([<ltLatest_Opportunity_Status_ITAG>] is not null))

Now I want to tweak it further to only trigger it when the close date has been changed to a date greater than the current close date.  Is that possible?  And, if so, how?  I have tried various combinations but have not been able to get it to work.

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