CRM On Demand - Administration (MOSC)

MOSC Banner

Updating fields with multiple workflow actions

edited Nov 11, 2012 11:17PM in CRM On Demand - Administration (MOSC) 6 commentsAnswered ✓
I have a workflow that timestamps multiple fields when a custom field is updated
My first action is a Wait action and wait 0 minutes so it updates immediately.

My second action updates a Date/Time field if it the custom field does not equal a certain value, but if it does equal that value, leave the new field blank:
     IIf(('<plABC_ITAG>') <> 'X', Timestamp(),'')
It does not overwrite existing values because I want it to keep that time stamp throughout history.

My third action updates a different Date/Time field if the the custom field was a specific value but is no longer that value, or leaves the Date/Time field blank:

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