- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2020 07:01 AM
Hi,
We are using the PPM application in New York and when in the demand stage we can Create a Project or a Enhancements and a Change or a Defect.
We don't use Defect - are we able to change this to Incident instead?
How would be best to achieve this?
Cheers,
Dan
Solved! Go to Solution.
- Labels:
-
Demand Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2020 08:16 AM
Hi
This should be relatively easy to achieve.
You would first need to change the Choice value from Defect to Incident.
Then you will need to change the "Create Defect" related link to "Create Incident"
Then the related code to actually create the record is in the "AjaxCreateRelatedEntityFromDemand" Script Include. Notice the "createDefect" method. You could create a "createIncident" method with a similar structure but with the incident table and appropriate fields.
Hope that helps!
If it did, please mark as Helpful and consider setting the reply as the Correct Answer to the question, thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2020 08:16 AM
Hi
This should be relatively easy to achieve.
You would first need to change the Choice value from Defect to Incident.
Then you will need to change the "Create Defect" related link to "Create Incident"
Then the related code to actually create the record is in the "AjaxCreateRelatedEntityFromDemand" Script Include. Notice the "createDefect" method. You could create a "createIncident" method with a similar structure but with the incident table and appropriate fields.
Hope that helps!
If it did, please mark as Helpful and consider setting the reply as the Correct Answer to the question, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2020 09:00 AM
Thank you - that is helpful