I want to add fields such that i can populate the fields like urgency on the change form on load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 06:07 AM
Here when i go to the incident form on the SOW workspace there is a UX form action group called create change,create outage like that. when i click on the create page action it shows the interceptor page and when i click on any of them it will open the change form in that change form i want to populate the fields of incident like urgency and configuration item to this change record. i found the action definition for this Create Change action but i don't what needs to be added in the payloads to populate the form fields on the change form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 01:25 PM
Hi @rubesh_u
This declarative action internally opens "Create Change Request Page" UIB page which act like interceptor(
You may create a variant of this page and customize it as per your requirement
Please mark it helpful, if it answers your query.
Thanks,
Haseeb Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 10:59 PM
how to populate urgency and ci from the incident to the selector interceptor form?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2024 11:00 PM
@rubesh_u please check sn_sow_interceptor_record_type_selector_list table record for change request and modify the values as per screenshot and try.
Please mark the answer as helpful/correct if this solves your problem.