CRM On Demand - Administration (MOSC)

MOSC Banner

Field validation on user help

edited Jun 10, 2013 10:07PM in CRM On Demand - Administration (MOSC) 3 commentsAnswered
Hi,
I created a field validation so only 2 users can change a picklist to a certain value.
I have two other validations already on the field and then for the particular requirement i added
(NOT(([<Type>]=Value) AND ((UserValue('<UserId>')<>'RowID_on_User') OR (UserValue('<UserId>')<>'RowID_on_User')))). So the full thing looks like this:

(NOT(([<Type>]=LookupValue("TODO_TYPE", "Review Call")) AND [<IndexedPick1>] IS NULL)) AND (NOT([<Type>]=LookupValue("TODO_TYPE", "Shipment") AND [<IndexedPick3>] IS NULL)) AND (NOT(([<Type>]=Value) AND ((UserValue('<UserId>')<>'RowID_on_User') OR (UserValue('<UserId>')<>'RowID_on_User'))))

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