print message in import logs

dheeru_1994
Tera Contributor

Hii all my need is to print message in import logs not in system logs i tried many time but no luck there 
i am writing in on complete transform map script 
Thanks advance

2 REPLIES 2

Prince Arora
Tera Sage
Tera Sage

@dheeru_1994 

 

 Can you take a look at this thread

https://www.servicenow.com/community/itsm-forum/how-to-see-import-log-when-a-transform-map-script-ru... 

 

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.

Voona Rohila
Kilo Patron
Kilo Patron

Hi @dheeru_1994 

 

You can add below line in transform script to add the comment in import row

source.sys_import_state_comment = "Row Transform succcesfull" ; //Comment in Import Row

Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP