====== AddInfoIssue ======
This function outputs a message defined by the user. The //message// is defined as the first parameter; optionally, a //reference number (affected element)// can be passed as the second parameter. If this message occurs, the user-defined info is output in the log. If the mapping is used within a running job, an information task is created in addition to the log entry, which is marked as completed.
In order to create the information task, the **Generate tasks** option must be selected in the extended mapping properties. The tasks that are then created are marked as completed.
==== Syntax: ====
AddInfoIssue ('Meldung')
AddInfoIssue ('Meldung', 'Betroffenes Element')
==== Siehe auch ====
* [[en:transformation:mappings:funktionen:allgemein:addwarningissue|]]
* [[en:transformation:mappings:funktionen:allgemein:adderrorissue]]