> For the complete documentation index, see [llms.txt](https://panduan-sap.simplidots.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://panduan-sap.simplidots.id/smart-portal/smart-portal-distributor/cara-integrasi-dengan-dms-sap-atau-external.md).

# Cara Integrasi dengan DMS, SAP, atau External

Fitur Integrasi secara garis besar merupakan aplikasi-aplikasi yang terhubung dengan portal distributor. Aplikasi/Integrasi ini terbagi&#x20;menjadi 3 jenis yaitu: **DMS, SAP, External (Cloud).**

\
Untuk membuat integrasi, dapat mengikuti langkah berikut.

**Step 1.** Buka tab **Integrations & Connections**.

**Step 2.** Pilih “**Add new**” pada sudut kanan atas, kemudian memilih menu “**Integration**”.

<figure><img src="/files/4sAcCUL3y8VgLFbbTAnL" alt=""><figcaption></figcaption></figure>

**Step 3.** Pilih jenis aplikasi yang diinginkan pada *popup* yang muncul.

<figure><img src="/files/4O6k40M3Rvx12pjoKDdL" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Hal yang harus diperhatikan!**

Sebelum membuat integrasi, ada beberapa hal yang perlu diperhatikan:

* 1 akun Distributor portal hanya dapat melakukan/memiliki maksimal 1 integrasi DMS.
* 1 akun Distributor portal dapat melakukan/memiliki banyak integrasi Cloud.
  {% endhint %}

1. **External**

Untuk membuat integrasi **External**, klik tombol “**Connect**” pada bagian External, maka Integrasi akan langsung terbuat. Integrasi&#x20;kemudian dapat digunakan saat membuat **Connection** atau saat melakukan Import/Export data.

2. **DMS**

Untuk memulai integrasi dengan DMS, klik tombol **“Connect”** pada bagian **SimpliDOTS: DMS**. Setelah tombol diklik, sistem akan secara otomatis membuat koneksi integrasi tersebut.

Namun, untuk saat ini, pembuatan integrasi memerlukan bantuan dari tim developer guna menetapkan **AccessKey**, karena fitur ini belum tersedia langsung di portal.

**AccessKey** merupakan kombinasi dari **TenantId DMS** yang akan diintegrasikan dan nilai dari konfigurasi default setting berikut:

* Name: `PRINCIPAL_ACCESS_KEY`
* Nilai: ditentukan secara bebas oleh pengguna di DMS

Format penulisan AccessKey adalah:

`{TenantId}-{PRINCIPAL_ACCESS_KEY}`

Contoh:

`446-bebaspakaivalueapapun`\\

\
Setelah proses integrasi berhasil, sistem akan secara otomatis menghasilkan **Model Template** yang diperlukan untuk pemetaan data dari DMS ke dalam format yang dapat dikenali dan digunakan oleh portal (proses konsolidasi data). Dengan demikian, pengguna tidak perlu membuat model mapper secara manual.

<figure><img src="/files/7Xur1kyOby5wrw4PgTAD" alt=""><figcaption></figcaption></figure>


---

# 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://panduan-sap.simplidots.id/smart-portal/smart-portal-distributor/cara-integrasi-dengan-dms-sap-atau-external.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.
