> For the complete documentation index, see [llms.txt](https://docs.greytrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greytrix.com/gumu-sage-crm-integration/sage-x3/user-guide/sync-product-and-customer-data-using-windows-scheduler/sync-product-data-using-windows-scheduler.md).

# Sync Product Data Using Windows Scheduler

As we know about importing the Product data using import Product process which has to be done manually. We can now sync the Product data automatically based on windows scheduler.

User will have to schedule the batch file using [Task Scheduler](https://www.thewindowsclub.com/how-to-schedule-batch-file-run-automatically-windows-7) which will sync Product data automatically into Sage CRM based on scheduled time.

If user wants to keep Product data updated on daily, weekly or monthly basis then user can run scheduler (on daily, weekly or monthly basis ) by scheduling the utility. Before running scheduler, user will have to follow below steps –

1. &#x20;Edit ‘GT\_SyncProduct’ batch file from ‘C:\Program Files (x86)\Greytrix\GUMU for Sage CRM - Sage X3\Windows Scheduler’
2. &#x20;Edit the below details in that file :–\
   **a.  Sage CRM URL –** Enter the Sage CRM URL (like <http://grey087/CRM2017R3/eware.dll>)

   **b.  Sage CRM User Name –** Enter Sage CRM username

   **c.  Sage CRM Password –** Enter Sage CRM password

   **d.  Sage CRM Instance Name –** Enter Sage CRM Instance name

   **e.  Sage X3 Folder –** Enter the Sage X3 Folder which is integrated with GUMU™ Integration.
3. Save the file
4. Run ‘GT-SyncProduct’ with Run as Administrator which will import Product data from Sage X3 to Sage CRM or you can schedule under Windows [Task Scheduler](https://www.thewindowsclub.com/how-to-schedule-batch-file-run-automatically-windows-7).


---

# 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.greytrix.com/gumu-sage-crm-integration/sage-x3/user-guide/sync-product-and-customer-data-using-windows-scheduler/sync-product-data-using-windows-scheduler.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.
