Problem management properties
Problem Management properties are used to control features such as creating problem task on a closed problem and reanalyzing a closed or a canceled problem.
These properties are available at .
| Property | Description |
|---|---|
| Problem State Transition Properties | |
| Accept Risk moves the Problem to Closed state instead of Resolved
state problem.acceptrisk.move_to_closed |
|
| Can create a Problem Task on a Closed
Problem? problem.closed.can_create_tasks |
|
| Who can Re-analyze a Canceled
Problem? problem.closed.role.reanalyze_from_canceled |
|
| Who can Re-analyze a Risk Accepted (Closed state)
Problem? problem.closed.role.reanalyze_from_closed_riskaccepted |
|
| Who can Re-analyze a Completed
Problem? problem.closed.role.reanalyze_from_completed |
|
| Problem Task State Transition Properties | |
| Cancel open Problem Tasks when closing a
Problem problem.closed.cancel_open_tasks |
|
| Who can Re-assess a Completed or Canceled Problem
Task? problem_task.closed.role.reaassess_from_closed |
|
| Can Re-Assess a Problem Task on a Closed
Problem? problem_task.closed.can_reassess_on_closed_problem |
|
| Problem Related List Properties | |
| List of related task records (comma-separated) to track as fixes for this
Problem. Used to notify the Coordinator when all the related fix records are
Completed or Canceled. E.g.
change_request.parent problem.fix.records |
|
| List of related task records (comma-separated) to move over when a problem is
marked as a duplicate of another. E.g.
incident.problem_id problem.duplicate.records_to_move |
|
| Who can relate closed Incidents to a
Problem? problem.role.relate_closed_incidents |
|
| Problem Created from Incident Properties | |
| List of attributes (comma-separated) that will be copied from the incident to
create a new problem com.snc.problem.create_from_incident.attributes |
|
| Problem Created from Interaction Properties | |
| Create saved
problem com.snc.problem.create_from_interaction.save |
|
| Allow problem creation from
interaction glide.problem.interaction.allow_create |
|