CRM On Demand - Administration (MOSC)

MOSC Banner

Update a field to null

edited Oct 18, 2011 4:01AM in CRM On Demand - Administration (MOSC) 1 commentAnswered
Is it possible using Expression Builder formulas to update an integer field to a Null value?
I tried with <No Values>, <Null>, Null .... but it is not working.
Example:
IIf([<plDD_Payment_Frequency_ITAG>] = 'Annual', 1, IIf([<plDD_Payment_Frequency_ITAG>] = 'Quarterly', 4, IIf([<plDD_Payment_Frequency_ITAG>] = 'Monthly', 12, NULL)))

Thanks

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