Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Explanation: Enabling "Custom SQL Search" in a Lookup Control enables advanced SQL searching, allowing you to write custom queries to find records. However, the queries must begin by returning the GUID and FriendlyName of the objects to avoid compilation errors.

Common Concepts

Business Rules

  1. What is the primary purpose of Business Rules in a workflow?

a) To execute activities in a specific sequence

b) To define the criteria for branching in the workflow based on conditions

c) To add custom logic to individual workflow activities

d) To determine the overall workflow design

Correct Answer: b) To define the criteria for branching in the workflow based on conditions

Explanation: Business Rules are used to define the criteria that dictate whether the process can follow a particular path or branch off based on varying conditions.

  1. What are the three methods associated with a Business Rule class in a workflow?

a) Begin, Middle, End

b) Initialize, Execute, Terminate

c) Evaluate, ExecuteOnIfRuleEvaluatedTrue, ExecuteOnIfNotRuleEvaluatedTrue

d) Conditional, Loop, Action

Correct Answer: c) Evaluate, ExecuteOnIfRuleEvaluatedTrue, ExecuteOnIfNotRuleEvaluatedTrue

Explanation: Business Rule class in a workflow has three methods: Evaluate, ExecuteOnIfRuleEvaluatedTrue, and ExecuteOnIfNotRuleEvaluatedTrue, each serving a specific purpose in the workflow.

  1. How are Business Rules applied to activity lines in a workflow?

a) By clicking on the line and typing the rule directly on it

b) By selecting the activity and choosing the rule from a drop-down list

c) By right-clicking the line and selecting the rule from the context menu

d) By dragging and dropping the rule onto the line

Correct Answer: c) By right-clicking the line and selecting the rule from the context menu

Explanation: Business Rules are applied to activity lines in a workflow by right-clicking the line and selecting the desired rule from the context menu.