# Export Delivery Order (DO) Dengan Model Template (Custom)

Apabila Anda ingin melakukan export Delivery Order atau Surat Jalan secara custom maka Anda dapat mengikuti langkah-langkah berikut ini:

1. Kunjungi laman Delivery Model Template\
   Menu ini tidak ditampilkan sehingga harus diakses manual dengan mengunjungi link :\
   `{url-simplidots}/condensed/deliverymodeltemplate` contoh <https://app.simplidots.co.id/condensed/deliverymodeltemplate>
2. Pilih Tambah Model Template

![](/files/1AY8QxiY9b8ZxaGKR8FW)

3\. Pilih Model DeliveryOrder

4\. Pilih Method Export

5\. Model Mapper Json diisi dengan ketentuan yang diinginkan, contoh:

```
   {
     "CustomDeliveryOrders": [
        {
            "DeliveryOrders": {
                "CustomDeliveryOrderNo": "DeliveryOrderNo",
                "CustomDate": "Date",
                "CustomDeliveredLatitude": "DeliveredLatitude",
                "CustomDeliveredLongitude": "DeliveredLongitude",
                "CustomCheckInLatitude": "CheckInLatitude",
                "CustomCheckInLongitude": "CheckInLongitude",
                "CustomSalesOrderNo": "SalesOrderNo",
                "CustomCustomerCode": "CustomerCode",
                "CustomCustomerName": "CustomerName",
                "CustomCustomerAddress": "CustomerAddress"
            }
        }
    ],
    "CustomDeliveryOrderItems": [
        {
            "DeliveryOrderItems": {
                "CustomDeliveryOrderNo": "DeliveryOrderNo",
                "CustomProductCode": "ProductCode",
                "CustomProductName": "ProductName",
                "CustomQuantityToDeliver": "QuantityToDeliver",
                "CustomQuantityDelivered": "QuantityDelivered",
                "CustomLength": "Length",
                "CustomWidth": "Width",
                "CustomHeight": "Height"
            }
        }
    ]
}
```

6\. Pilih Simpan

![](/files/8FNX0ywUFyg14FwyHjWk)

7\. Ulangi tahap yang ada pada section **Tanpa Model Template (Normal)** namun yang diekspor adalah DeliveryOrder karena contoh ini adalah untuk DeliveryOrder

8\. Namun kali ini, kolom yang akan dikembalikan pada Excel akan sama seperti dengan apa yang ada pada Model Mapper Json<br>


---

# 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://panduan-sap.simplidots.id/sales-automation-platform/smh-sales-management-hub/pengiriman/surat-jalan/export-delivery-order-do-dengan-model-template-custom.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.
