Schedule import set jobs to pull data from the CRM system
Schedule import set jobs to pull sales representatives and associated sales accounts and active opportunities data from the CRM system into the ServiceNow instance.
Antes de Iniciar
Configure Microsoft Dynamics CRM for sales contracts.
Role required: admin
Por Que e Quando Desempenhar Esta Tarefa
- By default, the import set job is scheduled to run daily to pull the data from the CRM system.
- Only active sales representatives and opportunities are pulled from the CRM system. All opportunities that are not won or lost are considered as active opportunities.
- When an opportunity is closed and not associated in any other active legal requests, the scheduled job will remove the opportunity record from the ServiceNow instance.
The import set jobs trigger a Workflow Studio flow that pulls the data
from the CRM system into the ServiceNow instance. The maximum
number of records pulled each time the job runs is based on the following Workflow Studio properties:
- The maximum number of records to return when fetching data (sn_flow_designer.action_picker_limit)
- The maximum amount of iterations that a loop will run in flow designer (sn_flow_designer.max_iterations)