> For the complete documentation index, see [llms.txt](https://docs.inogic.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inogic.com/inolink/references/link-jobs.md).

# Link Jobs

Whenever you synchronize data between Dynamics 365 CRM and QuickBooks, a Link Job request is created for individual records. Link Job represents a sync request between Dynamics 365 CRM and QuickBooks.

**You can easily view these jobs against any Dynamics 365 record that is enabled for sync between Dynamics CRM and QuickBooks by following the steps mentioned below;**

To see all the link jobs, go to **Settings > InoLink > Link Jobs** as seen in the screenshot below;

**In Classic Web:**

![](/files/-MevS86BvWFnOGNZc6RT)

**In Unified Interface:**

![](/files/-MevRzhilI_VbEGYUD_n)

You can view these jobs against any Dynamics 365 CRM record that is enabled for Dynamics 365 CRM to QuickBooks sync.

![](/files/-MevSK_XKCX3HeAFeG1B)

**1) Entity Type:** This section, which specifies the record **Account, Contact, Product, Quote, Order** and **Invoice** associated with this job.

![](/files/-MevSUbYwtlyc_4RFfiB)

![](/files/-MevScSSIGjUQOzWgUHJ)

**2) Link Status:** This field denotes the status of the job. It can hold the following values:

* **Queued** – This denotes the job is in the queue and waiting to be picked up by the service.&#x20;
* **Success** – The job request was successfully processed.&#x20;
* **Error** – There was an error in processing the request. The Error description would provide detailed information about error. You need to resolve the error and change the status of the job back to **Queued** for it to be re-processed by the service.

**3) Source:** This field denotes the source system that generated this job. If it is **Accounting**, then the record is synced from **QuickBooks to Dynamics 365 CRM**. And if the source is **CRM** then the record is coming from **Dynamics 365 CRM to QuickBooks.**

**4) Submitted By:** The user who have promoted the record between the two systems.

**5) Submitted At:** The date and time when the promoting of record have taken place.

**6) Processed At:** The time when the record is successfully synced following the direction specified by the user.

**7) Accounting ID:** It is the reference number to identify the record promoted in QuickBooks system from Dynamics 365 CRM.

**8) Processed Count:** This represents the number of times the record was processed and this is used while data is synced from QuickBooks to Dynamics 365 CRM, if the record gets into error status.

**9) Error Description:** Error description would provide the detailed information about error. You need to resolve the error and change the status of the job back to Queued for it to be re-processed by the service.

### What triggers a job request?

A new Link Job request is created when one of the following actions is performed in Dynamics 365 CRM:

* **Link Status** for a record of entities like Account, Contact, Product, Quote and Invoice is set as '**To be Linked'** once clicked on **Promote** button.&#x20;

![](/files/-MevSmqKfZ8Moxq6X-s0)

A Link Job is executed with the link status updated as **Success** and on record the status updated as Linked. This works for Account, Contact and Product Entities.

![](/files/-MevSupiRH9PauJSmRrl)

* On **update** of **linked records** the Link Job will be created.

{% hint style="success" %}
For further queries, reach out to us at <crm@inogic.com>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.inogic.com/inolink/references/link-jobs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
