CRM On Demand - Administration (MOSC)

MOSC Banner

Correct Syntax for expression builder

edited Aug 21, 2013 9:47PM in CRM On Demand - Administration (MOSC) 3 commentsAnswered ✓
Guys,

which of the following is the most accurate syntax for expressions and which are completely incorrect or might break down?

[<PrimaryBillToCountry>]='USA'

[<PrimaryBillToCountry>]=LookupValue("COUNTRY", "USA")

FieldValue([<PrimaryBillToCountry>])='USA'

FieldValue([<PrimaryBillToCountry>])=LookupValue("COUNTRY", "USA")

Should we be using field value for all data types?

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