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:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 01:36 AM
Hi Priyanka Kumbhare,
The value of 'Incomplete' state is '5'. The "TaskStateUtil" script include does not contain this value.
Could you please clarify a bit what you mean?
Thanks,
Attila
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 01:51 AM
Hi ,
Please check this "UI Action:- Submit demand", check the condition & script and try to relate.
Let me know if you have any question!!!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2020 02:13 AM
I'm sorry but I'm not sure to understand what you mean.
'Submit demand' UI action is visible if the state is 'Draft' of 'Incomplete'
If you click the this button the Demand become submitted and some fields are filled.
What should I try to relate?
Thanks!