CRM On Demand - Administration (MOSC)

MOSC Banner

What is the correct syntax to use a ExcludeChannel("Web Services") with a field validation ??

edited Jun 7, 2012 12:09PM in CRM On Demand - Administration (MOSC) 3 commentsAnswered
I would like the field validation to NOT process for any WebService update.  What is the correct syntax method for doing this?  I have a validation that is working fine, and produces an error message to the user.  

The validation currently working is: 


(  ( [<SalesStageId>] =  "xxxx-SRFZA"  OR [<SalesStageId>] =  "xxxx-SRFZ8" OR [<SalesStageId>] =  "xxxx-3LJSV6") AND  [<CloseDate>]   <=  Today()  ) OR (  ( [<SalesStageId>] <>  "xxxx-SRFZA"  AND [<SalesStageId>] <>  "xxxx-SRFZ8" AND [<SalesStageId>] <>  "xxxx-3LJSV6") AND  [<CloseDate>]   >=  Today()  )

Since the error message generates on a FASLE condition, the above needs to be true.  How do I add the ExcludeChannel("Web Services")  piece?   

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