exam questions

Exam DEV-401 All Questions

View all questions & answers for the DEV-401 exam

Exam DEV-401 topic 4 question 46 discussion

Actual exam question from Salesforce's DEV-401
Question #: 46
Topic #: 4
[All DEV-401 Questions]

SIMULATION -
What are details of order of execution among validation rules, auto-response rules, assignment rules, triggers, escalation rules, workflow rules etc.?

Show Suggested Answer Hide Answer
Suggested Answer: Here is the solution below
1. System validation rules are executed like data type checking of the field values. So error for text value in numeric field etc. 2. Before triggers execute. 3. Custom validation rules are executed like required field check validation rule. So in the before trigger you can assign value to any such field which was left blank while creating the record & the custom validation rule won't give error then.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...