The demand manager can set the state of the demand to qualify, defer, or incomplete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 12:16 AM
There is a very good description about the Demand management on the ServiceNow's docs:
Let me quote some information from that document:
"The demand manager can set the state of the demand to qualify, defer, or incomplete."
"The demand management application uses the following simplified demand states.
Demand States"
...
Submitted | An accepted idea creates a demand record and the demand manager submits the demand.
After reviewing or editing the record, click one of these buttons:
|
In the texts above you can read that the Demand manager can set the state of demand to Incomplete, when the actual state is Submitted.
The problem is, that the UI action, called 'Incomplete' is not visible on the form. Actually, there is no any UI actions in the system related to the demand and called 'Incomplete'.
My question is:
Is it a bug in the system or the documentation is not correct?
Thank you in advance!
- Labels:
-
Demand Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 01:41 AM
Hi
Thanks for asking this question & bringing attention that 'Incomplete' is not available as a button on the demand form. You can raise a documentation defect.
To your other point - "Actually, there is no any UI actions in the system related to the demand and called 'Incomplete'." - 'Incomplete' UI action is OOTB set to false. You can check it by logging as admin from left nav bar search for Process Flow and filter the records for dmn_demand table, refer the attached screenshot.
If you want to bring it to the UI, it needs to be defined in the process workflow.
Hope this answers your query.
Thanks,
Namita Mishra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 02:08 AM
Hi
Thank you for the feedback.
Yes, the process flow object contains the definition and the 'Incomplete' state is also selectable, because this choice object is active.
So, if you put the state field to the form layout, you can select this 'Incomplete' state. By default this field is not placed to the form and this is good, because in demand management the process is managed by buttons (UI actions).
But the 'Incomplete' UI action is missing.