- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2020 04:58 AM
How to Automate Standard Change Template creation through ATF?
I don't want a serverside script to create standard Change Template.
While entering Change Request values not able to find the field values in 'std_change_proposal' template
Solved! Go to Solution.
- Labels:
-
Automated Test Framework
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2020 10:45 PM
Hi Jayesh,
thanks for the update.
Please close the thread by marking appropriate reply as correct and helpful
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2020 01:33 AM
Hi Jayesh,
I couldn't see that as variable during Set Variable values step; so cannot use Set Variable Values step for catalog
Variable Name: template_var_macro -> this is Macro with label
I would recommend this approach
1) don't set that value using set variable value step
2) allow Record producer to submit
3) open the record being submitted by RP in previous script by using open existing form step
4) then try using set field value to set the value as below
Change Request Values -> short_description=Testing^description=Hello
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2020 04:05 AM
Hi Ankur,
Stept 2: allow Record producer to submit
is possible because all fields are mandatory while requesting standard Template.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2020 04:19 AM
Hmm
That macro is mandatory
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2020 04:27 AM
So Other than server side script,i don't think there is any option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2020 04:38 AM
Hi Jayesh,
where would you use server side script? it is record producer and you won't know the sys_id of it I believe when script runs in ATF
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader