Views:

Description

Allows you to execute a formula for calculation purposes. 

Signature

ExecuteFormula('shortcode', 'targetid', 'formulaparameters', 'throwerror')

Example 1

ExecuteFormula(
  'f9G',
  ''
)

Example 2

ExecuteFormula(
  'f9G',
  '0398751d-d87a-4f07-90a7-88fa6e902251', 
  SetFormulaParameters('lastname', 'Gates')
)

 

Example 3

ExecuteFormula(
  'f9G',
  '0398751d-d87a-4f07-90a7-88fa6e902251', 
  SetFormulaParameters('lastname', 'Gates'),
    true
)

 

 

Note 1

There is a new function ExecuteFormulaNative() which is now the recommended way to call Library Calculations.

 

 

Parameters

NameTypeDescriptionRequired
shortcodexxxxxxxxxxxx
targetidxxxxxxxxxxxx