# Sage Intacct

Before starting, please ensure the following pre-requisites are completed in Sage Intacct

## Sage Intacct

### **Sender ID Web service authorization**

***Why this is needed?*** \
Sender ID is a token used for web services call made by GUMU™ integrations, Sage Intacct provides this Sender ID to development partner to enable successful calling of web services from external application. This Sender ID needs to be authorized by the client in their Sage Intacct company which will be used in the integration.

***Important Note:*** This is a mandatory Setting.

***How it is done?*** \
Web services should be authorized in Sage Intacct for the integration to execute correctly, to achieve this follow the steps mentioned below

1. Click on the link mentioned below\
   <https://www.intacct.com/ia/acct/login>
2. Login into Sage Intacct Company using Company ID, User ID, Password.

<figure><img src="/files/cQoJfSG8cbFUNvCTi7xo" alt=""><figcaption></figcaption></figure>

3\. Add Web Service Authorizations for Sender id – **ajax**\
\&#xNAN;***How it is done?*** \
Navigation path - Company > Company Information > Security tab. Scroll down to the Web Services authorizations section set the following fields:\
a. Add Sender ID – **ajax**\
&#x62;**.** Status – **Active**.

4\. Add web service authorization for Sender id – **GreytrixMPP.** \
Greytrix will provide this sender ID. User needs to provide access to this sender id in their company as it is an important part of the security rights for the integration.\
\&#xNAN;***How it is done?*** \
Navigation path - Company > Company Information > Security tab. Scroll down to the Web Services authorizations section set the following fields.\
a. Add Sender ID – **GreytrixMPP**\
b. Status – **Active**.

<figure><img src="/files/Z29wZO3ClXA4rErsk2XJ" alt=""><figcaption></figcaption></figure>

### Create Web service user

***Why this is needed?*** \
Create a new web service user in Sage Intacct. This user will be used in the integration setting in GUMU configuration for making all Web service API calls in Sage Intacct.

***Important Note:*** This is a mandatory Setting.

***How to create a new web service user?*** \
Navigation Path - Company > Admin > Web Services users

<figure><img src="/files/Jb0xYgfHcTWxZg8wSZd7" alt=""><figcaption></figcaption></figure>

Click on the New button, enter the details.

1. User ID – **xml\_Integration**
2. User type – **Business**
3. Admin privileges – **Full**
4. Status - **Active**

<figure><img src="/files/MAsTj0TqBohsapaeBdXG" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/ppWgzvHieKWj5jUvy55C" alt=""><figcaption></figcaption></figure>

GL Entity Mapping

When integrating Treez Ticket data into Sage Intacct, we map Treez product categories to GL Accounts in Sage Intacct. This configuration is set up on the GL Account Mappings screen.

Navigation for GL Account Mappings Screen : Journal Entries Imports --> GL Account Mappings --> GL Account Mappings

<figure><img src="/files/uiqQ7h6D3KwQagcpl1Fb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/OfpBngbxE1iTVC8T1kCX" alt=""><figcaption></figcaption></figure>

o add the mentioned data, just click on "New GL Account Mapping"

<figure><img src="/files/Bdg1LRVtDm1gTYu8xlpT" alt=""><figcaption></figcaption></figure>

Bulk data can also be imported using Following Import template. You can input your data in the template format provided below and then import the file to bring in your data.

<figure><img src="/files/qlBWtbPIlSYgxLyz5wJq" alt=""><figcaption></figcaption></figure>

Each Field Description as follows:

**Entity :**  Sage Intacct Entity ID

**Source\_GL** : Product Category from Treez sales Ticket

**Source\_GL\_Description :** Treez sales Ticket discription (it is an optional field)

**Target\_GL :** Sage Intacct GL Account ID

**Target\_GL\_Description :** Description of Sage Intacct GL Account (it is an optional field)

After entering all the data which have mentioned above go to following screen to import data.

**File format should be always .CSV**

<figure><img src="/files/FGpvVLCdikvTmJIqXWjp" alt=""><figcaption></figcaption></figure>

After clicking on the Import button, you'll be directed to the following screen. Choose the file with the .csv format, select "Online" as the import mode, and then click on Next.

<figure><img src="/files/mjvho7htdSb4Vq0FRoIh" alt=""><figcaption></figcaption></figure>

After clicking on Next button you will  see below screen. Here, we need to set mappings as shown in below screen. After that if you want to save same mappings for future reference click on "save map" button.

<figure><img src="/files/FDjgvCoMWVIJFbZKUis5" alt=""><figcaption></figcaption></figure>

After click on Save Map button below screen will appear, enter name of map and click on Save button.

<figure><img src="/files/D5uE5189XT9hIlCcsqzU" alt=""><figcaption></figcaption></figure>

After that click on import button on same screen as shown below

<figure><img src="/files/lk6QvyayGdcMQmOAzmfQ" alt=""><figcaption></figcaption></figure>

After click on import button following screen will appear and your data will be imported successfully in sage intacct.

<figure><img src="/files/vrBaNs5kmIsjmklruhdQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.greytrix.com/gumu-sage-intacct-treez-integration/pre-requisites/sage-intacct.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
