• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/115

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

115 Cards in this Set

  • Front
  • Back

What must you do after saving a Workflow rule to have it take effect?

Activate it

When setting up the workflow with rule criteria when Status field = "New", what happens if Status is not set? What other customization(s) could be made to ensure that this workflow is launched?

If Status field is blank, the workflow rule will not fire. You could make Status field a required field via FLS, Page Layout or Validation Rule; or you could modify the Workflow accordingly.

Customer formula fields are smart custom fields that can be used to build business-specific calculations using simple wizards and Excel-like formulas. True or False?

True

Which of these statements are true for cross-object formula fields? (Select all that apply)


A. You can reference cross-object formulas in roll-up summary fields


B. You cannot reference merge fields for objects related to activities


C. You cannot use cross-object formula fields to reference record owner merge fields for any object


D. The limit for cross-object formulas is 10 unique relationships per object across all formulas and rules

B, D

Which statements about roll-up summary formulas are correct? (Select all that apply)


A. They calculate values from a set of related records


B. They are read/write formula fields


C. They can be created to display a value on a master records based on the values of records in a details record


D. They can be added for all lookup relationships.

A, C

In Validation Rule if all error conditions are false, the corresponding error message is displayed and the save is aborted. True or False?

False. If all error conditions are false, the record is saved. However, if an error condition is true, the corresponding error message is displayed and the save is aborted.

** (?) How can an administrator tell if a time-based workflow rule has fired?

Discussion

What happens to an item in the time-based workflow queue if a record no longer meets the
workflow criteria?

The action is removed from the queue.

Identify the features of a workflow rule. (Select all that apply)


A. It triggers an action when a record meets the criteria for the rule


B. It can trigger only immediate actions


C. It is evaluated before the rule is created


D. It can be triggered on import of data

A, D

Time-Dependent Workflow can be used when a Workflow rule is set to evaluate "Every time a records is created or updated". True or False?

False

Select the actions that can be associated with a workflow rule. (Select all that apply.)


A. Send an email


B. Send an outbound message


C. Create a record


D. Update a field


E. Create a task


F. Send an inbound message

A. Send an email


B. Send an outbound message


D. Update a field


E. Create a task

The only way to test whether a time-dependent workflow rule is executed as expected is to wait. True or False?

False. You can use the time-based workflow queue to test whether a time-dependent workflow rule is executing as expected.

Sequence the steps in an approval process in the correct order:


A. Define step definition


B. Set final rejection actions


C. Set final approval actions


D. Define initial submission actions


E. Define recall actions


F. Create a process definition


1 - F. Create a process definition


2 - D. Define initial submission actions


3 - A. Define step definition


4 - C. Set final approval actions


5 - B. Set final rejection actions


6 - E. Define recall actions

The option to skip to the next step is available only if a step has subsequent steps. True or False?

True

In a multi-step process, when do you decide the decision criteria and approval assignment?


A. Creating initial submission actions


B. Defining recall actions


C. Deciding step definition


D. Setting final approval actions


C. Deciding step definition

Which of the following statements are true? (Select all that apply)


A. The ISCHANGED function compares the value of a field with its previous value and returns TRUE if the values are different. If the values are the same, this function returns FALSE.


B. The ISNUMBER function determines if a text value is a number and returns TRUE if it is; otherwise, it returns FALSE.


C. The ISNEW function compares a text field to a regular expression and returns TRUE if there is a match; otherwise, it returns FALSE.


D. The REGEX function checks if a formula is running during the creation of a new record and returns TRUE if it is; if an existing record is being updated, this function returns FALSE.

A, B


(The ISCHANGED function compares the value of a field with its previous value and returns TRUE if the values are different. If the values are the same, this function returns FALSE.


The ISNUMBER function determines if a text value is a number and returns TRUE if it is; otherwise, it returns FALSE.


The REGEX function compares a text field to a regular expression and returns TRUE if there is a match; otherwise, it returns FALSE.


The ISNEW function checks if a formula is running during the creation of a new record and returns TRUE if it is; if an existing record is being updated, this function returns FALSE.)

Which Force.com function verifies the format of the data?


A. CASE


B. ISNEW


C. REGEX


D. IF

C. REGEX


(CASE - checks a given expression against a series of values. If the expression is equal to a value, the function returns its corresponding result. If the expression is not equal to any of the specified values, the function returns another value.


ISNEW - checks if a formula is running during the creation of a new record and returns TRUE if it is. If the formula is running for updating an existing record, this function returns FALSE.


REGEX - is a string used to describe the format of a string according to certain syntax rules.


IF - determines whether an expression is true or false. Returns a given values if the expression evaluates to true and another value if it evaluates to false.)

What is the maximum number of debug logs retained for an organization?


A. 10


B. 20


C. 25


D. 50

B. 20

Which of the following actions are tracked in debug logs? (Select all that apply)


A. Database changes


B. Manual workflow processes


C. Request-response HTML


D. Resources used by an Apex script

A. Database changes


D. Resources used by an Apex script


(as well as automated workflow processes & request-response XML)

Validation Rules are executed for fields that are stored in the object but not part of the displayed page layout. True or False?

True.

Validation Rules are ignored when loading data through the API or the Data Loader. True or False?

False.

If a new Validation Rule is created and there's data already stored that violates that rule, when will Salesforce catch the problem?

Next time this record is updated.

When are validation rules applied?


A. When a user saves a record


B. When a user views a record


C. When a user exports a record


D. When a user reports on a record

A. When a user saves a record.

Finish the sentence: When setting up a Validation Rule, you must write the error condition formula and the ...

...error message.

How many versions of a flow can be active at one time?


A. 1


B. 2


C. As many as you want

A.1

What are the different ways a flow can be deployed? (Select all that apply.)


A. Custom button


B. Field updates


C. Custom actions


D. Custom link


E. Visualforce page


F. Apex trigger

A. Custom button


D. Custom link


E. Visualforce page

Which of the following statements about setup audit trail are true? (Select all that apply.)


A. Tracks setup changes made by developers and administrators


B. Displays 20 most recent changes


C. Tracks only the date of change


D. Tracks changes to data in custom object records


A. Tracks setup changes made by developers and administrators


B. Displays 20 most recent changes

Which of the following statements about field history tracking are true? (Select all that apply.)


A. It allows developers to choose only custom fields for tracking changes.


B. It allows developers to choose up to 20 fields per object for tracking changes.


C. It does not track old and new values for long text area fields and multi-select picklists.


D. It replaces an old entry with a new entry in the History related list, any time a user modifies any of the standard or custom fields whose history is set to be tracked.

B. It allows developers to choose up to 20 fields per object for tracking changes.


C. It does not track old and new values for long text area fields and multi-select picklists.

What does the Setup Audit Trail show?

It will show the 20 most recent setup changes made to the organization.

For what time frame is the Setup Audit History Available, and in what format is it?

Audit Trail will display 20 most recent setup changes on the screen, but you can download the audit trail for 180 days into a CSV file.

What can you do with workflow? (Select all that apply.)


A. Alerting


B. Tasking


C. Routing/Assigning/Escalation


D. Updating


E. Integrating


F. Mass Communication


All of the actions: alerting - task or email alert, tasking - task, routing/assigning/escalation - change owner/field update + email notification, updating - field update, integrating - outbound message, mass communication - email alert.

What is the order of business logic on Save in Salesforce.com?


• All Apex before triggers


• System Validation Rules


• Custom Validation Rules


• All Apex after triggers


• Assignment Rules (Leads and Cases only)


• Auto-Response Rules (Leads and Cases only)


• Workflow Rules


• Escalation Rules (Cases only)


• Parent Roll-up Summary Fields (which triggers all of the above on the parent object)


• Criteria-based Sharing Evaluation


What is the execution order of Workflow actions?

1. Field Update -> 2. Task -> 3. Email Alert -> 4. Outbound Message

Up to how many levels may cross-object formulas reference fields on parent or grandparent objects?


Up to 10 levels.

Cross-object workflow for Custom Objects work only for which type of relationships?

Master-detail

Best Practice: How can you get around the character limitation with formula fields?

Use the CASE function for picklist fields;


create multiple formula fields which are in turn aggregated into a master formula field.


Is it possible to add any steps within an activated approval process? What about actions to existing steps?

You cannot add steps into an activated approval process, but you can add/remove actions for each step, final approval, final rejection, recalling or initial submission.

**(Not in SG)


What history tracking is available with Campaign Members?

Member First Associated


Member First Responded


On which objects can you track up to 20 fields worth of history?


• Contacts


• Contracts


• Account


• Leads


• Solutions


• Cases


• Opportunities


• Custom Objects


**(?)


What features will the System Log Track? (Select all that apply.)


• Apex/Visualforce


• Workflow Rules


• Validation Rules


• Escalation Rules


• Approval Processes


• Assignment Rules


• Auto-Response Rules


• Database activity


• Request-response XML


• Profiling info


• Calls to System.debug method

All of the features named.

The VLOOKUP field may be used for which features?

Only Validation Rule

What is the difference between the System Log and the Debug Log?

System Log refers to the Console link and Debug Log refers to the persistent processes that occur for an organization.


What is a cross-object formula?

Formulas that span to related objects and reference fields on those objects.
These objects can even be across multiple levels of a relationship.

When a cross object formula references currency fields of a different currency to that on the record where the formula is used, Salesforce randomly picks one currency to use. True or False?

False - The currency value returned is converted to the currency on the record where the formula is used.

What is the limit for cross-object formulas?

10 unique relationships per object across all formulas and rules

You cannot reference cross-object formulas in roll-up summary fields. True or False?

True - You cannot reference cross-object formulas in roll-up summary fields.

Describe a roll-up summary.

Calculates values from a set of related records.

Example: Calculate the sum of all invoice values related to an account record.

The ISNEW function checks if a formula is running during the creation of a new record and returns TRUE if it is. If the formula is running for updating an existing record, this function returns FALSE. True or False?

True.
For example, by using ISNEW, you can ensure that hiring managers don't specify a back date
as the open date on a Position (custom object) to increase its perceived urgency.

* (complicated) The VLOOKUP function returns a value by looking up a related value in a custom field in the same record. True or False?

The VLOOKUP function returns a value by looking up a related value in a custom object. This function checks against a key and returns a value from that key. Similar to the VLOOKUP()
function in Mcrosoft Excel.
For example, users can check the state and zip code entered in a record against a table of
states and zip codes to ensure that the state and zip code match.

The Developer Console is a collection of tools that you can use to import or export data within your Salesforce organization. True or False?

False. The Developer Console is a collection of tools that you can use to analyze and troubleshoot applications in your Salesforce organization.
You can use the Developer Console for a variety of administrative and development tasks which include general debugging and troubleshooting, source code editing, and performance validation.

Select in which situations we can use Debug Log or Developer Console to trouble shoot the issues:


A. A workflow field update doesn't seem to be taking place: The field update may be working, but an Apex trigger may be overwriting the update.


B. User can't access a record: either OWD, his profile or role do not allow access.


C. A record submitted for approval is not routed to the expected user: If there are multiple approval processes on a single object, users’ record may be meeting the criteria for both, and the order may need to be changed.

A. A workflow field update doesn't seem to be taking place.


C. A record submitted for approval is not routed to the expected user.

What would be a use case for validation rules utilising REGEX formula function to enforce data format?

Postal/Zip Codes

Validation rules in conjunction with a roll-up summary field can be used to prevent users from adding or deleting records. True or False?

True.

When is a validation rule enforced?

Before the user can save the record.
When the user hits save, the record cannot be saved unless all validation rules are fulfilled.

Identify the features of a workflow rule.
(Select all that apply.)
A. It triggers an action when a record meets the criteria for the rule.
B. It can trigger only immediate actions.
C. It is evaluated before the rule is created.
D. It can be triggered on import of data.

A. It triggers an action when a record meets the criteria for the rule.
D. It can be triggered on import of data.

In addition:
It can trigger time-based (delayed) actions and it only triggers records created or edited AFTER the rule is created or activated.

Time-Dependent workflow can be used when a workflow rule is set to evaluate Every time a record is created or updated. True or False?

False - Time-Dependent workflow CANNOT be used when a workflow rule is set to evaluate Every time a record is created or updated.

If a record no longer meets the time based workflow rule criteria, the action executes as originally triggered. True of False?

False - If a record no longer meets the time based workflow rule criteria, the action is removed from the queue.

The option to skip to the next step is available only if a step has subsequent steps.True of False?

True - The option to skip to the next step is available only if a step has subsequent steps.

Field History Tracking tracks modification to any standard fields and can be viewed in the Debug Log. True or False?

Field History Tracking tracks modification to any standard or custom field, whose history is set to be tracked in the object's history related list.

What field types cannot be tracked in Field History Tracking?

Values are not tracked for:
Long text area, Multi-select picklists

Debug Log tracks activities performed and results generated by end users or code. True or False?

True.

Where can Administrators review how many data validation rules on their Objects.

From each object. For Standard Objects it is a link. For example to find the limits for the Account Standard Object navigate to Setup > Customize > Accounts > Limits. For Custom Objects navigate to Setup > Create > Objects and then click on the object. From this location limits will be a related list on the custom object detail page.

Can Data Validation rules be created to make fields conditionally required?

Yes.
If you use a function such as ISBLANK or ISNULL you will be creating a conditional validation rule that makes a field required.

Do Data Validation rules affect existing data?

Only when you attempt to change an existing record will it actually be enforced. If you are using a browser and hit the Save Button or are using the Data Loader and attempt to Insert, Update, or Upsert a record the validation rules will be enforced.

What are the four actions that can be automated in Salesforce?

Field Update
Outbound XML Message
Task
Email Alert

Is it possible to have more than one workflow rule per Object?

Yes, limits are determined by your edition.

Will Workflow Rules trigger during an API Import?

Yes.
You would need to de-activate the workflow first so that it would not trigger.

For a Workflow Rule what are the three options for Evaluation Criteria? Which one can not be used with Time Dependent Actions?

- Created


- Created, and every time it’s edited (you cannot add time-dependent workflow actions with this option)
- Created, and any time it’s edited to subsequently meet criteria

What are some differences between Workflows and Approval Processes?

Workflows are fully automatic and triggered when the Evaluation Criteria and Rule Criteria are evaluated as true as defined in the workflow.
Approval Processes require someone to click the Submit for Approval Button.



(see table on page 3 of Study Guide "Topic 5: Business Logic")

What can Visual Workflow be used for?

Call Scripting and Creating more complex workflows. Collect and Display Information, Create and update Salesforce Records.

What are some of the elements of Visual Workflow?

Steps, Screen User Interface, Decision, Assignment, Record Create, Record Lookup

Which options are available when configuring the list of initial submitters in an approval process?
A. Profiles
B. Approval team members
C. Public groups
D. Roles & subordinates

C. Public groups
D. Roles & subordinates

A user can only see A, B, C, fields until the stage field is changed from new to working. The user should then be able to see A, B, C, D fields. How can you accomplish this?
A. Use validation rules to expose fields
B. Use multiple visualforce pages
C. Use workflow to change field level security
D. Use workflow to change record type

D. Use workflow to change record type

What can be viewed using the process visualize?
A. Support processes
B. Approval processes
C. Sales processes
D. Workflow rules

B. Approval processes

Object X has a lookup field to object Y. X needs to display a text value from a text field on Y. To ensure data integrity, how would a developer implement this?
A. Create a rollup summary field on object X that retrieves the value from Y
B. Create a text field on object X and use a workflow rule to fill in the value upon the creation of X
C. Create a text field on object X and use apex to populate the value
D. Create a cross object formula field on object X that retrieves the value from Y

D. Create a cross object formula field on object X that retrieves the value from Y

In the recruiting app with approval processes on positions, a position record is simultaneously sent to 3 approvers in a process. When can the position record advance to the next step? Choose 2:
A. 1 of the approvers skips to the final step
B. All approvals are required if unanimous approval is required
C. Once the first approval recorded, if unanimous approval is not needed

B. All approvals are required if unanimous approval is required
C. Once the first approval recorded, if unanimous approval is not needed

When creating a workflow rule, which action requires a formula as a criteria?
A. Checking if the field was modified today
B. Check for value in a field that has changed
C. Check if the status is new
D. Check if the users profile is system admin

B. Check for value in a field that has changed

Universal containers would like to enforce a new policy for job offers. Any job with salary greater than $50,000 is approved by the hiring manager. How would you streamline this process?
A. Dynamic routing
B. Workflow approvals
C. Formula fields

B. Workflow approvals

How can a developer configure an approval process to prevent a record from being edited by the submitter?
A. Records are locked by default on submission, no action required
B. Set an action to lock record upon submission
C. Create a workflow field update to make the page layout read only
D. Develop a sharing rule that is set to read only

A. Records are locked by default on submission, no action required

In a Bug Tracking application, Universal Containers developer has created a time-based workflow action that will execute 30 days after a Bug record is created. A developer would like to test to ensure that it is working. (Select all that apply.)


A. Time-based workflow queue
B. Debug log
C. Bug History related list
D. Activity History related list

A. Time-based workflow queue
B. Debug log

A business requirement can be met by either a formula field or an Apex trigger. Why would you want to use a formula field over an Apex trigger? (Select all that apply.)
A. Formula fields do not require test matches to deploy
B. Formula fields allow access to resources external to force.com platform
C. Formula fields can be created and deployed using only a browser
D. Formula fields allow greater control and flexibility than Apex triggers

A. Formula fields do not require test matches to deploy
C. Formula fields can be created and deployed using only a browser

What can a cross object formula reference?
A. Both parent-child objects
B. Records of the same object
C. Parent only
D. Child only

C. Parent only

** (?) Which function records the database operations, system processes, and errors that occur when executing a transaction or while running unit tests?
A. System log
B. Debug log
C. Monitoring
D. Setup audit trail

B. Debug log

Salesforce.com processes any rules in the following order. True or False?
· Assignment rules
· Auto-response rules
· Workflow rules (with immediate actions)


· Validation rules
· Escalation rules

Validation rules
Assignment rules
Auto-response rules
Workflow rules (with immediate actions)
Escalation rules

All of the following are allowed when creating an initial submission action for a workflow approval process except:
A. Send an email notification
B. Unlock the record
C. Create a task
D. Update a field value

B. Unlock the record

Which of the following are tracked in the debug logs?
A. Workflow rules
B. Assignment rules
C. Approval processes
D. Validation rules
E. All of the above

E. All of the above

Within a custom Recruiting application, Universal Containers uses a custom Position object to track positions. Positions expire 90 days after they have been approved. A workflow rule is in place to send an email to the hiring manager listed on a Position 15 days before the expiration. What happens if the expiration date of a position is extended by 30 days?
A. An email be sent 15 days before the original expiration date
B. An email will be sent 15 days before the updated expiration date
C. An email will be sent on the original expiration date
D. An email will not be sent

B. An email will be sent 15 days before the updated expiration date

** (complicated) Which field type is not available while creating a new custom field in a newly created custom object ?

Roll-up summary field

Submitters can always recall approval requests. True or False?

False. Submitters can recall approval request only if the "Allow submitters to recall approval requests" checkbox was checked while creating the approval process.

If the entry criteria for a step in an approval process are not met, then the record gets rejected. True or False?

False. The record can be approved or rejected or sent to next step of the approval process.

Which are the type of actions that can be specified for an approval process / at what level (steps or the process) can they be identified?

Initial Submission Actions, Final Approval Actions, Final Rejection Actions, Recall Actions, Approval Actions and Rejection Actions for each step in the approval process.

If an approver rejects an approval request, then the final rejection actions are always executed. True or False?

False. They execute only if this option is selected while creating that step in the approval process: "Perform all rejection actions for this step AND all final rejection actions." They do not execute if this option is selected while creating that step in the approval process "Perform ONLY the rejection actions for this step and send the approval request back to the most recent approver. (Go Back 1 Step)"

** (no answer) A Force.com developer needs to execute Apex code snippet and check the resource usage. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security

B. System Log can be used to run code snippets.

** (no answer) A user at Universal Container has reported an issue with respect to approval process. You need to analyze this issue by reviewing the debug messages that get generated for this particular users. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security

A. Debug Log can be used to view the debug/error messages generated for a particular user.

** (no answer) While debugging an issue you realize that the field type of an object has changed. You need to find out more details about this change. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field level security

C. Setup Audit Trail can be used to track changes made in the configuration.

** (no answer) In Universal Recruiter application a developer realizes that the Salary field of an employee is set up to an incorrect value. The developer needs to find out who has set this new value to Salary field. Which feature of the platform can be used to support this requirement. Select the one correct answer.
A. Debug Log
B. System Log
C. Setup Audit Trail
D. Field History Tracking

D. Field History Tracking can be used to find out changes in field values.

New approval steps can be added to an active approval process only if it is deactivated. True or False?

False. New approval steps cannot be added to an approval process once it is activated.

Records can enter an approval process based on:
A. Based on criteria.
B. If 'All records enter this approval process' checkbox is checked, then all records of that object which are submitted for approval would enter this approval process.
a. Only A is valid.
b. Only B is valid.
c. Both A and B are valid.

a. Only A is valid. But specifying entry criteria for an approval process is not compulsory.

Records can enter a step in an approval process based on:
A. Based on criteria.
B. If 'All records enter this step' checkbox is checked, then all records which have entered this approval process, would enter this step of the approval process.
a. Only A is valid.
b. Only B is valid.
c. Both A and B are valid.

c. Both A and B are valid.

A workflow rule is triggered based on:
A. Based on criteria.
B. If 'All records enter this workflow rule' checkbox is checked, then all records created of that object would cause the workflow rule to be triggered.
a. Only A is valid.
b. Only B is valid.
c. Both A and B are valid.

a. Only A is valid.

Specifying entry criteria is compulsory for:
a. Workflow rule
b. Approval process
c. Both workflow rule and approval process
d. Neither workflow rule nor approval process

a. Workflow rule

Roll up summary field and Cross object formula field can be created only for master detail relationship. True or False?

False. Cross object formula field can be created for both master detail relationship and lookup relationship while Roll up summary field can be created only for master detail relationship.

Validation rule for the "Account Site" field (field of type text) of Account object is:


ISCHANGED( Site ) && OwnerId <> $User.Id


to make sure that if the "Account Site" field has been modified and the user is not the owner of the Account record, then an error message would be shown. The System Administrator has Read All, Modify All permission for the Account record. So the System Administrator will be able to modify the "Account Site" field of the Account record even if he is not the owner of that Account record. True or False?

False. Validation rules execute independant of other permissions.

Which of these can have only one of them active at a time ?
a. Validation rule
b. Assignment rule
c. Auto-response rule
d. Workflow rule
e. Escalation rule
f. Approval process
g. Sharing rule

b. Assignment rule (These are available for leads, cases, accounts.)
c. Auto-response rule (These are available for leads, cases.)
e. Escalation rule (These are available for cases only.)

A workflow rule with workflow action of field update is active but is not giving the desired result. What could be the reason ?

There might be another active workflow rule or Apex Trigger on the same object which might be giving an output which is conflicting with the output of this workflow rule by updating the same field in some other way. Check the business logic as to why we are doing multiple field updates on the same field.

The workflow actions within a workflow rule execute in the order in which they are created. True or False?

False. The order in which the workflow actions are executed is not guaranteed. Field Update actions are executed first, followed by Tasks, Email Alert, and then Outbound Messages.

If multiple active workflow rules are present on an object, then these workflow rules will execute in the order in which they have been created. True or False?

False. The order of execution among the workflow rules cannot be predicted.

** (?) An opportunity is triggering a workflow rule that is set to evaluate 'When a record is created, or when a record is edited and did not previously meet the rule criteria'. The opportunity previously met the workflow criteria so the workflow rule should not trigger now. But the workflow rule is being triggered. What could be the reason ?

This can happen when the account that the opportunity is related to is changed. Doing this will re-parent the opportunity and thus all 'on-create' workflow rules will trigger.

** (complicated) If there is a custom validation rule on a custom object Position for the custom text field Location to make sure that this field is not left blank, then what are the various ways of bypassing this validation rule ?

a. Deactivate the validation rule.
b. Provide a value to this field in the before insert/update trigger on the Location object if this field has been left blank.

If a submitted record meets entry criteria of multiple approval processes, then which approval process will it enter ?
a. The first one.
b. Randomly chosen one.
c. Each one of them one after the other.

a. The first one. (The ‘Process Order’ specified for the approval processes decides which is the first one.)

A record created meets entry criteria of multiple workflow rules. Which of the workflow rules will execute ?
a. The first one.
b. Randomly chosen one.
c. Each one of them one after the other.

c. Each one of them one after the other. (But the order of execution is not guaranteed.)

A custom text field on Account ‘Location’ has a validation rule:


IF (location__c == null || ISBLANK (location__c), True, False)
This field has been removed from the Account page layout. So error for this field will not be given when a new account record is being created. True or False?

False. Error will be shown at the top of the page.

Field History Tracking is available for Account, Contacts, Opportunities, Activities, Campaigns, Quotes, Products, Ideas, Assets, Users and Custom objects. True or False?

False. Field history tracking is available for Accounts, Leads, Contacts, Opportunities, Cases, Contracts, Solutions, Custom objects.
It is not available for Activities, Campaigns, Quotes, Products, Ideas, Assets, Users.

Which of these can be cloned ?
a. Workflow rule.
b. Approval process.
c. All of above.

c. All of above.

If multiple active approval processes exist on Account and an account record submitted for approval meets the entry criteria of multiple approval processes, then it cannot be guaranteed which approval process the record will enter. True or False?

False. There is "Process Order" to decide order of evaluation of approval processes.