Where should an admin go to view all of the search queries entered by users in the knowledge search?
Answer : C
Which of the following can leverage user criteria for controling access?
Choose 2 answers
Answer : D, E
Your customer wants Problem records to be assigned automatically to the Support group associated with the CI on the problem record.
Which business rule already satisfies this requirement?
Answer : A
When using Catalog Builder, what can be built using templates?
Choose 2 answers
Answer : B, D
Which organizational role is responsible for the the overall administrative capabilities of a portfolio?
Answer : B
The Major Incident Management (MIM) application is linked at the Incident management process but the records have in additional set of States. What are these Ml States?
Answer : B
The State field tracks the current status of a problem record. Each state has a label, value, and constant. For the Fix in Progress state:
* Label: Fix in Progress
* Value: 104
* Constant: ProblemState.FIX_IN_PROGRESS
Which script is used to add a pre-requisite for transitioning from the Fix in Progress state?
Answer : B
In ServiceNow's Problem Management application, state transitions and their associated logic are governed by Script Includes. Following ServiceNow's architectural best practices, the logic is split into two parts:
ProblemStateUtilsSNC: This contains the read-only, 'out-of-the-box' (OOTB) logic provided by ServiceNow.
ProblemStateUtils (B): This script include extends the SNC version and is intended for customer customizations.
If an administrator needs to add a custom pre-requisite (such as ensuring a specific field is filled or a related record is closed) before a problem can move out of the Fix in Progress state, they must modify the ProblemStateUtils script. This ensures that their changes are preserved during platform upgrades.