nerdexam
Salesforce

CRT-211 · Question #241

The support operations team has noticed some Invalid data In the custom Primary issue picklist field on case records. They are unsure of what the issue is since the field is being updated by an…

The correct answer is B. The field is being updated by a workflow field update. The field is being updated by a workflow field update is why records are being updated with data that violates the validation rule. A workflow field update is a way to automatically change the value of a field when a workflow rule evaluates to true. A workflow field update can…

Data Management

Question

The support operations team has noticed some Invalid data In the custom Primary issue picklist field on case records. They are unsure of what the issue is since the field is being updated by an automated procedure and there Is a validation rule to ensure clean data on case records. Why arc records being updated with data that violates the validation rule?

Options

  • AThe data change Is triggered by an update record Flow element.
  • BThe field is being updated by a workflow field update.
  • CThe field is being updated by an Apex before trigger.
  • DThe user has the Modify All Data permission on the object.

How the community answered

(24 responses)
  • A
    13% (3)
  • B
    75% (18)
  • C
    8% (2)
  • D
    4% (1)

Explanation

The field is being updated by a workflow field update is why records are being updated with data that violates the validation rule. A workflow field update is a way to automatically change the value of a field when a workflow rule evaluates to true. A workflow field update can bypass validation rules and other security controls when updating a field value, which can result in invalid data being stored in the record.

Topics

#validation rules#workflow field update#automation bypass#data integrity

Community Discussion

No community discussion yet for this question.

Full CRT-211 Practice