How to Trigger Survey from Script?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2022 10:40 PM
How to Trigger Survey from Script any one have any idea on this.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2022 10:52 PM
Hi,
sharing few links for help
How do I create survey instances from a scheduled job?
Regards
Ankur
Regards,
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2025 07:24 AM
use:
new sn_assessment_core.AssessmentCreation()).conditionTrigger(current,sys_id)
current is the object on which you want to attach assessment, and sys_id is the sys id of trigger condition created for assessment.