SetFieldEval Macro

Use the SetFieldEval macro to set the value of a single loan field by evaluating an expression using the Loan Custom Field Calculation syntax.

Parameters:

 

  • Field ID: The field ID of the loan field to be set.
  • Expression: The expression to be evaluated, using the same syntax as the Eval macro.

 

Return Value:

 

None

 

Example: (Set the loan amount to the property value less the down payment)

Macro.SetFieldEval("1109", "[136] – [1335]")