Want to add on hold state on project form or what is best practice to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2025 09:40 PM
I have requirement where i want to configure on hold state on project form I want to know what is best practice to do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2025 02:13 AM
but end user will get confused if they see state in open & on hold as true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2025 12:59 AM
Hi @Anmol123 ,
Suggestion from ServiceNow "If you need to identify when a project is on hold, we recommend configuring the solution by adding a new field in the form (type checkbox) called “On hold”, rather than adding a new state value. This approach will assist with upgrades and ensure smoother and more accurate reporting in the long run."
Thanks
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2025 02:11 AM
what about reporting end user will get confused if they see state in open & on hold as true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2025 02:43 AM
Some thinks to consider:
If someone put project on hold make comment/work notes mandatory.
OR
Create a filed on hold reason and whenever on hold is true make this field visible so the user can add the reason and others will know it is on hold for some reason.
It is not recommended to add new states in project because there are so many existing functionalities(scripts) which is already working based on current states, this will create issues with other functionalities and also this will be a technical debt and this might create issues after upgrade if they change something in future.
Thanks
Anand
