CRM On Demand - Administration (MOSC)

MOSC Banner

Default field validation- Activitiy

edited Sep 16, 2010 9:39PM in CRM On Demand - Administration (MOSC) 9 commentsAnswered
 Hi,

I am trying to create a task based on the following scenario

1. When a task is created without an account name the status field must be 'assigned'

2. When a task is created with an account name the status field must be 'Completed'. The completed date must be populated automatically.

I am trying to achieve this by using the following condition in the default value of the status field

IIf((FieldValue('<AccountId>') IS NOT NULL), 'Completed', 'Assigned')

However i am able to achive both the scenario but the activity completed date is not getting populated and the activity still remains in the open activities section with the status completed.

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