- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 06:57 AM
Hello, guys, i need help with a problem in SOW.
I need to remove a state flow "Assess" from SOW, but in the SOW this flow is a formatter, and the page is OOB read only.
How do i let the Change in SOW equals to the Change in the Plataform without the "Assess" stage
I already removed from Process Flow but it's not reflected in the SOW Change
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2025 12:15 AM - edited 03-07-2025 12:16 AM
The Chg Stepper in the Overview tab get States on 2 different conditions. You can refer to the below script:
Name: Change Model States
https://<instance_name>.service-now.com/sys_ux_data_broker_transform.do?sys_id=0f1e63d377305110403eaeb4bb5a9981
Line 11:
var modelStates = new global.ChangeModel(chg_model).getStates();
and Line 27:
var choiceGr = new global.STTRMStateChoiceUtil(blankModel)._getSysChoices();
Just do a quick test by deactivating the choice to validate it.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 06:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 06:47 AM
I deactivated that option and if you can see in the snpashot its not removed from sow. I did cached the instance too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 06:49 AM
Hi @Huma Naaz2
Try deactive the state from this link, for me worked!
https://<instance_name>.service-now.com/now/nav/ui/classic/params/target/sys_choice_list.do%3Fsysparm_query%3DnameSTARTSWITHchange_request%255EelementSTARTSWITHstate%26sysparm_first_row%3D1%26sysparm_view%3D%26sysparm_choice_query_raw%3D%26sysparm_list_header_search%3Dtrue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 06:53 AM
Changes I made reflecting on the URL you have provided but not on sow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 06:54 AM
I was able to deactivate the choice value but that does not make it hide from sow.