dump validation data (a, b)


This function allows you to dump messages from the internal list that has been created with function evaluate term (a, b, c, d, e) 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.

Description of Parameters


Parameter

Description

a

Type of message that is to be to dumped (W or I or E for warning, info, error). See function evaluate term (a, b, c, d, e).

b

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

Example


A (single) return value looks as follows.


images/download/attachments/27691697/dump_validation_EN-version-1-modificationdate-1544599781000-api-v2.png


(1) The type of the message.

(2) The message text.

(3) Record in which the message was generated.

(4) Iteration number of the parent node of the field on which the message was generated.

(5) The field on which the message was generated.