> 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/sales-automation-platform/smh-sales-management-hub/data-master/alasan/cara-mengubah-alasan-retur.md).

# Cara Mengubah Alasan Retur

Untuk mengubah alasan retur yang akan digunakan saat membuat pesanan retur, ikuti langkah-langkah berikut:

{% stepper %}
{% step %}

### Master Data Alasan

* Masuk ke menu **Master Data** dari sidebar utama.
* Pilih submenu **Alasan**.
* Pilih alasan yang akan diubah.

<figure><img src="/files/XZFCsGMu67weLRsPHKCD" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Ubah Alasan

* Terdapat dua langkah untuk mengubah, yaitu dari daftar alasan, dan detail alasan.&#x20;
  * Dari daftar alasan : Klik action ![](/files/PiPb0sQB09mi51wDRIRm) dan pilih **Ubah**.<br>

    <figure><img src="/files/nxT5ywpHQyPgmvMmRiLY" alt=""><figcaption></figcaption></figure>
  * Dari detail alasan : Klik **Nama alasan** dan pilih **Ubah**.<br>

    <figure><img src="/files/nkqi9M7Jhn3E4GhKJw1V" alt=""><figcaption></figcaption></figure>
* Ubah detail alasan pada kolom yang tersedia, seperti:
  * **Nama Alasan**: Misalnya, *Salah Pengiriman menjadi Salah Kirim*
  * **Deskripsi (opsional)**: Penjelasan lebih lanjut (jika diperlukan)
  * **Gunakan alasan untuk retur**: Pilih Retur agar alasan tersedia saat membuat retur.

<figure><img src="/files/bLig3VOrPd7hgg8FOQEm" alt=""><figcaption><p>Sebelum</p></figcaption></figure>

<figure><img src="/files/K7bJCKsyUH3fk99Lv2q0" alt=""><figcaption><p>Sesudah</p></figcaption></figure>
{% endstep %}

{% step %}

### Simpan

Klik **Simpan** untuk menyimpan perubahan. Alasan telah tersimpan jika muncul *popup message* "Data updated successfully".

Setelah tersimpan, alasan tersebut akan muncul sebagai pilihan saat membuat pesanan retur melalui aplikasi maupun website SMH.

<figure><img src="/files/6P7yuEmaE2l5tovAXc3m" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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/sales-automation-platform/smh-sales-management-hub/data-master/alasan/cara-mengubah-alasan-retur.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.
