print message in import logs
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 03:39 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 03:43 AM
Can you take a look at this thread
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 04:44 AM
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