- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 02:59 AM
HII ALL
i am new in servicnow , my need is i have to count recently inserted records in target table by using oncomplete transform map script and i want see message in import log not in system logs and can i get import set number
please guide me with examples like my target table is student
i need code to achive this
thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 03:23 AM
you can query the import set table with the current set and check the state=inserted to know the count
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 03:23 AM
you can query the import set table with the current set and check the state=inserted to know the count
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023 04:13 AM
hello sir , can you help me in how we call script include via transform map ? i write a regex code where i call in transform map event script ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2023 07:50 PM
why to call script include?
you can directly use transform script
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2023 10:03 PM
i have paragraph in html in there html paragraph three links i make regex to replace all the links now my need is the regex i made i have to write in script include for that regex now i have a table in that table one field is html type in now i have make one excel sheet and in sheet there is html paragraph all three links are there now i have to make one on before or on after transform script to call script include that when transform map run in target table field replace all links which i make pattern and replace method apply in script include how does it possible to do this