nerdexam
Oracle

1Z0-419 · Question #87

View the Exhibit. You have defined a compare validation rule on the CommissionPct attnbute of the Employees entity object such that Commission must be greater than zero. How would you define that…

The correct answer is B. Remove the current validator and, instead, write a script validator using Groovy and use an if. See the full explanation below for the reasoning.

Question

View the Exhibit. You have defined a compare validation rule on the CommissionPct attnbute of the Employees entity object such that Commission must be greater than zero. How would you define that the validation rule applies only to those with the Jobld "SA_MAN" using the declarative features of ADF Business Components? (Choose the best answer.)

Exhibit

1Z0-419 question #87 exhibit

Options

  • ARemove the current validator and, instead, write a method validator in Java and use an if
  • BRemove the current validator and, instead, write a script validator using Groovy and use an if
  • CRemove the current validator and, instead, write a regular expression validator to check the value
  • DThe entity object has a Validation Execution tab and you use this to set a conditional execution
  • EChange the literal value in the current validation rule to be if Jobld = SA_MAN then return 0.1 else

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    74% (25)
  • C
    3% (1)
  • D
    15% (5)
  • E
    6% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-419 Practice