Ana səhifə

2011 Administrator’s Guide Copyright


Yüklə 0.73 Mb.
səhifə33/37
tarix18.07.2016
ölçüsü0.73 Mb.
1   ...   29   30   31   32   33   34   35   36   37

Cancel or change the status of a system job


Can I do this task?

Viewing status, pausing, postponing, and resuming a system job that you created require permissions that are found in all default security roles. Deleting a system job requires permissions that typically are available only to people with the System Administrator security role. More information about specific permissions and performing this task while offline: Configuration Permissions



  1. In the Navigation Pane, click Settings, and then under System, click System Jobs.

  2. Select the system job that you want to cancel or that you want to change the status of.

  3. On the More Actions menu, click one of the following items:

  • Cancel

Stops the system job permanently. Any actions that the system job had not yet completed are not performed.

  • Postpone

Stops the system job temporarily, with an option to resume it automatically at a specified time.

  • Pause

Stops the system job temporarily. You can resume a paused system job at any time.

  • Resume

Restarts a paused system job. Any actions that the system job had not yet completed are performed.

  1. In the confirmation message, click OK.

Tips

  • If a system job fails, you can view the details about what steps failed and what the problems may have been. First, open the system job record. To display details about system job failures, move your pointer over the warning symbols.

  • To view system job failures in a format that you can print or copy and paste, click the Print button.

Related Topics


Work with System Jobs 111

Monitoring and Managing System Jobs 111





Duplicates Detected Form


Can I do this task?

This task requires permissions that are found in all default security roles. More information about specific permissions and performing this task while offline: Common Task Permissions



  1. If the system detects that your record might be a potential duplicate, instead of saving the record, Microsoft Dynamics CRM displays the Duplicates Detected dialog box.

  2. To open a record to make sure it is a potential duplicate, in the Potential duplicate records list, double-click the record.

  • If the duplicate-detection rule identified potential duplicate records in other record types, review records from each record type listed.

  1. If your new or updated record is not a duplicate, to create the new record, click Save Record.

- OR -

If your new or updated record is a duplicate, to cancel your changes, click Cancel.



Notes

  • Your system administrator or system customizer determines the criteria for identifying a record as a potential duplicate. More information: Requesting User Interface Changes

  • If you enter a duplicate record within a few minutes of entering the first record, Microsoft Dynamics CRM will not detect the duplicate record. The matchcodes for new and updated records are created every five minutes, rather than as a record is created.

  • Duplicate detection can take place only if duplicate detection is enabled in Duplicate Detection Settings and if at least one duplicate-detection rule exists for the record type.More information: Avoiding Duplicate Records

Related Topics


Work with System Jobs 111



Creating and Using Workflows


By using workflows to automate your business processes, you can:

  • Ensure consistency in how records are handled.

  • Ensure consistency in the information that is stored in your organization's Microsoft Dynamics CRM database.

  • Allow people in your organization to focus on growing your business instead of performing repetitive tasks.

If you have the System Administrator or System Customizer security role, you have the necessary permissions to create workflows that can affect records throughout your organization's implementation of Microsoft Dynamics CRM. However, even if you do not have one of these security roles, you can still create workflows that affect the records that you own.

Workflow Lifecycle


There are three basic phases to a workflow lifecycle: creating workflows. publishing workflows, and monitoring workflow jobs.

Lesson 1: Workflow structure


There are two types of processes in Microsoft Dynamics CRM: workflows and dialogs. Both process types share some process properties and use some of the same process logic. Both types of processes are made up of process properties and process logic. You start creating workflows dialogs in the same way. However, the process properties you select define whether the process will be a dialog or a workflow. Once you define the process as a workflow, the remaining properties and the process logic that is available will be specific to workflows.

Process properties

At a minimum, each workflow requires the following properties:



  • Process name. A descriptive name makes it easier to find and run the right workflow.

  • Entity. Although a workflow can take action on more than one entity, it is still associated with a single primary entity.

  • Type. You can select whether the process you create is a new blank process or a process template. A process template is a type of process that serves exclusively as the basis for creating other process. Process templates cannot start workflow jobs.

  • Category. Workflows and dialogs are both processes, but there are differences. You must select Workflow as the category in order to use the properties and logic that is specific to workflows.

  • Scope. A workflow's scope determines the records that the workflow can take action on. The scope is limited by the permissions that the workflow's owner has, as well as by the access level the owner selects for the scope when they create the workflow.

Scope options are:

  • Organization

  • Parent:Child Business Units

  • Business Unit

  • User

  • How automatic processes are started. You can specify what events in your Microsoft Dynamics CRM implementation will cause the workflow to take action, such as the creation of a new lead record or a specific change to a case record.

Available events are:

  • When a record is created.

  • When the status of a record changes, such as when it is closed or deactivated.

  • When a record is assigned to someone else.

  • When a specified field in the record changes.

  • When a record is deleted.

  • Availability. In addition to workflows that run automatically when certain events occur, you make the workflow available as an on-demand process, a child process, or both:

  • An on-demand process runs only when a user chooses to apply it to records from a toolbar or menu in Microsoft Dynamics CRM.

  • A child process runs only when started by another process. It is contained within a parent process and cannot be run on its own.

Process logic

The process logic you add to your workflow determines the specific actions that the workflow will take on records.

Process logic for a workflow includes the following elements:


  • Stages. Stages are elements of process logic that group steps. Process rules determine the required activities for a workflow and the order in which those activities must be performed. By adding stages to your process logic, you can group the steps in your workflow. Stages make the process logic of the workflow easier to read, and explain. However, stages do not affect the logic or behavior of workflows.

A system job is a process that Microsoft Dynamics CRM performs independently or in the background. Stage descriptions appear as headings in system job forms, which display the progress of a workflow job, a type of system job. Stage descriptions can also appear in reports.

You can use stages to define business processes that your organization uses. For example, one workflow could use stages to describe the opportunity management process for your sales team, while another workflow could define the case resolution process for your customer service representatives.



  • Steps. A step is an element of process logic that defines a unit of business logic within a workflow. Steps can include conditions, actions, other steps, or a combination of these elements. There is no limit to how deeply you can nest workflow steps.

You can add the following types of steps to workflows:

  • Check Condition. Defines a specific situation and any actions that should be taken if that situation occurs. A logical "if-then" statement in a workflow.

  • Conditional Branch. Defines an alternative condition and action or additional steps, in cases when the criteria in a check condition element are not met. A logical "else-if-then" statement in a workflow.

  • Default Action. Defines an alternative action in all cases that do not match the criteria defined in check conditions or parallel wait branch elements. A logical "else" statement in a workflow.

  • Wait Condition. Enables a workflow to pause itself until the criteria defined by the condition have been met. The workflow starts again automatically when the criteria in the wait condition have been met.

  • Parallel Wait Branch. Defines an alternative wait condition with a corresponding set of additional steps that are performed only when the initial criterion is met. You can use parallel wait branches to create timeouts in your process logic. They help prevent the workflow from waiting indefinitely until the criteria defined in a wait condition have been met.

  • Custom step. Provides extensions to the logical elements available by default in Microsoft Dynamics CRM. Steps can include conditions, actions, other steps, or a combination of these elements. Custom workflow steps can be developed by using the information in the Microsoft Dynamics CRM SDK http://go.microsoft.com/fwlink/?LinkId=104332.

  • Actions. Actions are elements of process logic that specify the actions to be performed by workflow jobs when conditions defined in the workflow have been met. By adding actions to workflow steps, you define the specific actions you want the workflow to perform.

You can add the following actions to workflows:

  • Create a record

  • Update a record

  • Assign a record

  • Send an e-mail notification

  • Start a child workflow

  • Change the status of a record

  • Stop the current workflow

  • Perform a custom workflow action



1   ...   29   30   31   32   33   34   35   36   37


Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©atelim.com 2016
rəhbərliyinə müraciət