Skip to Content

Function SUVACode

Functions are used in the formulas for calculating the rate and amount of the Salary Types, as well as in the calculated columns of the Settlements.

SUVACode(code)

Returned type Boolean
Context Salary Types, Settlements
Parameters Type Description
code Text SUVA code
Description

1 if the SUVA code of the employee corresponds to the value passed as a parameter, otherwise 0.

Example

SUVACode(A2)

returns 1 if the employee's SUVA code = A2.

Function SUVACode