dump validation data()

Prev Next

This function allows you to dump messages from the internal list that has been created with function evaluate term(a, b, c, d, e, [f]) as return value of the function. Parameter a defines the type of message that is to dumped from the list.

Parameter b allows you to convert messages of type "error" into user errors.

Parameters

Parameter

Description

a

Type of message that is to be to dumped ("warning", "info", "error").

b

"true" to transform messages of type "error" in the internal list into user errors.

Example

A (single) return value looks as follows.

'[WARNING]This is my message! {Record=1, iteration=1, DummyField}'

Formal structure:

<The type of the message><The message text><Record in which the message was generated><Iteration number of the parent node of the field on which the message was generated><The field on which the message was generated>