nerdexam
IBM

C1000-132 · Question #45

When creating a new Inspection form, a client requires a Work Order to be created if certain responses are recorded. Which two actions are required for this to be achieved?

The correct answer is C. In Form Settings add an Action Script. D. In the Question Options, set the Require action flag. To trigger a Work Order from an Inspection form response, two things must be configured together: an Action Script defined in Form Settings (C) provides the logic that creates the Work Order, while the Require action flag set in Question Options (D) marks the specific question…

Business Process Configuration

Question

When creating a new Inspection form, a client requires a Work Order to be created if certain responses are recorded. Which two actions are required for this to be achieved?

Options

  • AChoose Work Order on question action.
  • BMake the question response interactive.
  • CIn Form Settings add an Action Script.
  • DIn the Question Options, set the Require action flag.
  • ECreate an escalation on the QRESPONSE Object.

How the community answered

(55 responses)
  • A
    16% (9)
  • B
    4% (2)
  • C
    71% (39)
  • E
    9% (5)

Explanation

To trigger a Work Order from an Inspection form response, two things must be configured together: an Action Script defined in Form Settings (C) provides the logic that creates the Work Order, while the Require action flag set in Question Options (D) marks the specific question as one that will invoke that script when a qualifying response is recorded - neither works without the other.

Option A is wrong because there is no direct "Choose Work Order" selection on a question action; the Work Order creation logic must be defined through an Action Script. Option B is incorrect because making a response "interactive" controls dynamic form behavior (like showing/hiding fields), not action triggering. Option E is a distractor because escalations on the QRESPONSE object are a separate, non-standard mechanism not used for this out-of-the-box inspection workflow.

Memory tip: Think "Flag it, Script it" - you flag the question (D) to say "this one matters," then you script the form (C) to say "here's what to do about it." Both steps are required because the flag without a script does nothing, and the script without a flag never fires.

Topics

#Inspection form#Work Order creation#question actions#Form Settings

Community Discussion

No community discussion yet for this question.

Full C1000-132 Practice