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

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -