====== Condition Expression Business Mapping ====== This mapping permits us to evaluate an expression in the context of the application and get the result to decide subsequent actions. It accepts two formats, one is a direct expression from the workflow expression engine and the other is a function expression that can be called from inside the system. The function parameters will be changed to the current record values if they exist. uppercase('this string') accountname employees + 10 if employees > 10 then 'true' else 'false' end isPermitted Accounts CreateView record_id the isPermitted mapping above will be converted into: isPermitted('Accounts','CreateView','74'); ===== Additional Information ===== * [[http://discussions.corebos.org/thread-642.html|Forum thread]]