- (Topic 1)
What are the different ways a flow can be deployed? (Select all that apply.)
Correct Answer:ABC
CORRECT TEXT - (Topic 4)
What are details of order of execution among validation rules, auto-response rules, assignment rules, triggers, escalation rules, workflow rules etc.?
Solution:
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.
Does this meet the goal?
Correct Answer:A
CORRECT TEXT - (Topic 4)
What is the difference between Apex Data Loader and Import Wizard as far as displaying error messages is concerned?
Solution:
Apex Data Loader
Always gives error messages for failures. Error message given if text value provided in field of type number and loading of the record fails irrespective of whether the field is a compulsorily required field or not. Import Wizard. Is not consistent in giving error messages. For example, if a text value is specified in a field of type number (PAN number custom field created on Contact of type Number),
Does this meet the goal?
Correct Answer:A
CORRECT TEXT - (Topic 2)
What is a contact role and for which objects is it available?
Solution:
A contact role defines the part that a contact or person account plays in a specific account, case, contract, or opportunity. For example, Tom Jones might be the Decision Maker for the opportunity, and Mary Smith might be the Evaluator. You can assign a contact role to any contact or person account that affects your account, case, contract, or opportunity. Contacts and person accounts can have different contact roles on various accounts, cases, contracts, or opportunities.
Does this meet the goal?
Correct Answer:A
- (Topic 1)
Building your Data Model True or False The limit on the number of custom fields per object depends on the Salesforce edition.
Correct Answer:A
- (Topic 2)
If an approver rejects an approval request, then the final rejection actions are always executed.
Correct Answer:B