To simplify troubleshooting complex mappings when developing a form mapping. When temporary values in particular are used, the value of these are not recorded anywhere, making it sometimes difficult to find errors in mappings.
So, the full set of values for target entries, including any temporary variable values to the log after the data update step has been completed.
Values should only be output for the first 100 records migrated for each DMD
Long values (over 500 characters) will be truncated to 500 characters and it should be obvious in the log output that this truncation has occurred
Null values will be recorded as ‘NULL’
This additional logging performed if the ‘debug’ checkbox is checked in Execution Settings (on the Logging and Reporting tab).
UI
In the Execution Properties dialog, a warning should be shown if the Include debug information option is checked stating that ‘Target Data will be written to the log since the debug information is included in the logging. Note that this may include sensitive data.’
Then press schedule execution
once the execution is completed, press the view log button.
Example Expected Output
Below is an example of expected output for 2 records with 3 field mappings
---------------------------------------------------------------------------------------
Debug - Target Data [Incident] – Only the first 100 records will be shown
---------------------------------------------------------------------------------------
Target Record Identifier: 2123123ab3213bc32de2313ee
---------------------------------------------------------------------------------------
number: INC0001123
sys_created_on: 2021-01-02 00:01:03
sys_created_by: admin
---------------------------------------------------------------------------------------
Target Record Identifier: 545345ea5435be5435bb5455ced
---------------------------------------------------------------------------------------
number: INC0001124
sys_created_on: 2021-02-02 00:01:08
sys_created_by: admin
---------------------------------------------------------------------------------------
Comments
0 comments
Please sign in to leave a comment.