Views:

Configuring Dynamics CRM

Workflow ownership

To ensure proper function of the system, it is recommended that you set up a service account with System Administrator security role. When this account is set up, perform the following steps to assign the workflows to this account.

  1. Go to Settings -> Processes
  2. Change the view to All Processes, and select all processes beginning with AT.
  3. Click the Assign icon at the top.
  4. Select the service user.
  5. Select all the AT workflows and click Activate.
  6. Click Assign.

Email

Applicant Tracking comes with a list of standardized email workflows that should be customized to your organization. If some workflows are not required by your organization, they should be deactivated.

The email workflows can be found by navigating to Settings->Processes. All email workflows that should be configured are named starting with AT – Email

To configure:

  1. Double click the workflow you would like to configure.
  2. Deactivate the workflow.
  3. On any of the Create New Message steps, click Set Properties.
  4. Modify the email template as needed by setting the appropriate senders and receivers, subject and content.
  5. When done, click Save and Close.
  6. Click Activate to enable the workflow.
  7. Test your changes to ensure that they are what you expect.

Auto numbering

Auto numbering in the system is done through custom code. You can configure it on Applicant Tracking entities via the Sequence Rule record.

To set up auto-numbering:

  1. Go to Applicant Tracking Settings and click on Sequence Rule.

The table below provides the entities supported for auto-numbering with their Target Entity name and auto number field.

Record Target Entity Autonumber Field
Contact contact at_applicantnumber
Requisition at_requisition at_requisitionnumber
Job Position at_position at_positionnumber
Job Posting at_jobposting at_jobpostingnumber
Job Opening at_jobopening at_jobopeningnumber
Job Interview at_jobinterview at_jobinterviewnumber
Job Application at_jobapplication at_jobapplicationnumber
Applicant Profile at_applicantprofile at_applicantprofilenumber

Configuring an entity for auto-numbering

To configure an entity for auto-numbering, follow these steps:

  1. Click on New to create a new Sequence rule.

  2. On the sequence rule, enter the target entity, the auto-number field (found from the table above), the starting position under the current position field, the display format (as shown below) and set the scope to Organization.
  3. The 5 in the Display Format field represents the number of digits the format should have. For example, a current position of 147 will translate to REQ-00147 on the record.
  4. After entering the information, click Save and Close.
  5. A record needs to be created for each target entity in order to have auto-numbering.

Currency

A currency setting is required so that salaries can be properly recorded on the Job Application records.

To set this currency (in additional to default currency settings in Dynamics CRM), perform the following steps:

  1. Navigate to applicant tracking settings by clicking on Applicant Tracking Settings->Applicant Tracking Settings in the web application navigation bar.
  2. Click New to add a new setting.
  3. Enter Currency under the setting name.
    Note: Currency is case sensitive.
  4. For the setting value, type the exact name of the base currency of your CRM configuration.
  5. To find the name of your base currency, go to Settings->Business Management.
  6. Click on Currencies:
  7. Use the name as it appears under currency name.

    NOTE: If you have multiple currencies configured, then you will need to select the single currency that you wish to use on the Job Applications.

    The following image displays how the completed setting should look:
  8. Click Save and Close.

Adding customizations

It is advisable that any configurations/customizations to the product other than data be contained in a Dynamics CRM solution.
Note: The above applies to customizations above and beyond what is described in this topic.

To customize above and beyond what is documented in this article:

  1. Go to Settings->Solutions.
  2. Click on New.
  3. All changes to workflows, etc. should be added to the solution.
  4. All changes to portal web pages and any portal data within CRM should be documented carefully as you may need manually repeat them during future upgrades of the product.
Add a comment