- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2018 11:48 PM
I am trying to the access the Standard change template created in Change Management . But once i select the Standard from the Change Management screen. I need to access the form with preloaded values and Pre approved ones
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2018 09:41 PM
Hi Mark,
I was able to load the template by using a custom step configuration as suggested in the post below.
https://community.servicenow.com/community?id=community_question&sys_id=b9868725db1cdbc01dcaf3231f9619fb.
Thanks
Ijaaz

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2018 04:44 AM
There's no way to do this directly because ATF doesn't yet support that type of interaction. The only thing you could do would be to open a form with a particular view, then populate the fields (or use a server script to generate the change request the same way). This would allow you to simulate those initial steps before continuing on with your test.
Please mark this answer as correct if I've answered your question. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2018 03:16 AM
Do you still need help getting an answer to this one or is there more information I can provide? If I've answered the question, please mark my response above correct so that people can easily identify the correct response. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2018 03:21 AM
Hi Mark,
How do i generate the field values to the form since they are in readonly mode in the Templates

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2018 03:31 AM
Generating the record with a server record generation step would work regardless. You should also be able to set the field values with the regular 'form' activities.