php - SugarCRM SugarLogic Formulas -


in sugarcrm i'm trying make dependent field visible if sales stage equal "closed won" or "closed lost."

using formula builder found can recognize 1 way:

equal($sales_stage,"closed won") 

but don't understand formula(s) use both.

this should it:

or(equal($sales_stage,"closed won"),equal($sales_stage,"closed lost")) 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -