@@ -265,7 +265,7 @@ The following function properties can be used in read mode in an action:
265265| ` WageTypeNumber ` | Wage type number | ` Decimal ` | ` WageTypeFunction ` |
266266| ` WageTypeName ` | Wage type name | ` String ` | ` WageTypeFunction ` |
267267| ` WageTypeDescription ` | Wage type value | ` String ` | ` WageTypeFunction ` |
268- | ` WageTypeCalendar ` | Wage type calendard | ` String ` | ` WageTypeFunction ` |
268+ | ` WageTypeCalendar ` | Wage type calendar | ` String ` | ` WageTypeFunction ` |
269269| ` ExecutionCount ` | Wage type value execution count | ` Int ` | ` WageTypeValueFunction ` |
270270| ` WageTypeValue ` | Wage type value | ` Decimal ` | ` WageTypeResultFunction ` |
271271
@@ -276,8 +276,8 @@ The Payroll Engine offers various predefined actions, see [Client.Scripting](htt
276276
277277Here are a few examples:
278278- ` ApplyRangeLookupValue(key, rangeValue, field) ` - Apply a range value to the lookup ranges considering the lookup range mode.
279- - ` Concat(str1, ..strN) ` - Concat multiple strings.
280- - ` Contains(test, sel, ..selN) ` - Test if value is from a specific value domain.
279+ - ` Concat(str1, ..., strN) ` - Concat multiple strings.
280+ - ` Contains(test, sel, ..., selN) ` - Test if value is from a specific value domain.
281281- ` IIf(expression, onTrue, onFalse) ` - Returns one of two parts, depending on the evaluation of an expression.
282282- ` Log(message, level?) ` - Log a message.
283283- ` Min(left, rigtht) ` - Get the minimum value.
0 commit comments