> For the complete documentation index, see [llms.txt](https://panduan-dms.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-dms.simplidots.id/mobile-application/sfa-sales-force-automation/home/customer/memahami-data-customer-pada-menu-customer-and-geo-tagging-di-sfa.md).

# Memahami Data Customer pada Menu Customer & Geo Tagging di SFA

Terdapat **2 kondisi** terkait data customer pada menu <mark style="color:red;">**Customer**</mark> dan <mark style="color:red;">**Geo Tagging**</mark>, yaitu:

## <mark style="color:red;">Menu Customer</mark>

{% stepper %}
{% step %}

### <mark style="color:green;">Tanpa Rute</mark>

* Customer yang muncul di SFA hanya customer yang **di-assign ke Sales X pada Customer Master.**
* Jika customer **tidak di-assign ke Sales X** → tidak akan muncul di SFA Sales X.
* Customer baru tetap akan masuk ke **Customer All**, meskipun setting <mark style="color:red;">`MOBILE_SHOW_NEW_ADDED_CUSTOMER = false`</mark>
  {% endstep %}

{% step %}

### <mark style="color:green;">Dengan Rute</mark>

* Semua customer yang muncul di SFA harus berasal dari **rute yang di-assign ke Sales X**.
* Jika mengaktifkan setting <mark style="color:red;">`MOBILE_SHOW_NEW_ADDED_CUSTOMER = true`</mark>:
  * Customer dengan status **Unverified** (baik dari NOO di SFA maupun create new customer di Backoffice) → otomatis masuk ke **Customer All**.
  * Setelah status berubah menjadi **Active**, customer tersebut akan **terhapus dari Customer All**.
* **Wajib** mengaktifkan setting <mark style="color:red;">`MOBILE_SHOW_NEW_ADDED_CUSTOMER = true`</mark> supaya customer baru (status **Unverified**) muncul di **Customer All**.
  * Jika setting ini **false**, customer baru **tidak akan muncul** di list.
    {% endstep %}
    {% endstepper %}

## <mark style="color:red;">Menu Geo Tagging</mark>

{% stepper %}
{% step %}

### <mark style="color:green;">Tanpa Rute maupun Dengan Rute</mark>

* Menampilkan **semua customer**, tanpa membaca dari assign salesman di **Master Data Pelanggan** maupun **Rute**.
* Setiap Sales akan memiliki data customer yang sama di fitur **Geo Tagging**.
  {% endstep %}
  {% endstepper %}

Selamat mencoba, Kawan Simpli :)


---

# 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-dms.simplidots.id/mobile-application/sfa-sales-force-automation/home/customer/memahami-data-customer-pada-menu-customer-and-geo-tagging-di-sfa.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.
