Masuk dengan Microsoft
Masuk atau buat akun.
Halo,
Pilih akun lain.
Anda memiliki beberapa akun
Pilih akun yang ingin Anda gunakan untuk masuk.

Jumlah (LCY) di pelanggan buku catatan tabel tidak termasuk buku rincian pelanggan di Microsoft Dynamics NAV 2009. Oleh karena itu, jumlah jumlah (LCY) tidak cocok dengan pelanggan buku besar akun. Masalah ini terjadi di dalam produk berikut ini:

  • Microsoft Dynamics NAV 2009 R2

  • Microsoft Dynamics NAV 2009 Service Pack 1 (SP1)

Pemecahan masalah

Informasi Hotfix

Sekarang tersedia hotfix yang didukung dari Microsoft. Namun, hanya ditujukan untuk memperbaiki masalah yang dijelaskan di artikel ini. Terapkan hanya ke sistem yang mengalami masalah khusus ini. Perbaikan terbaru ini dapat menerima pengujian tambahan. Oleh karena itu, jika Anda tidak terlalu dipengaruhi oleh masalah ini, kami sarankan Anda menunggu paket layanan Microsoft Dynamics NAV 2009 atau versi Microsoft Dynamics NAV berikutnya yang berisi perbaikan terbaru ini.

Catatan Dalam kasus tertentu, biaya yang biasanya diadakan untuk panggilan mungkin dibatalkan apabila profesional dukungan teknis untuk Microsoft Dynamics dan produk-produk terkait dukungan menentukan bahwa pembaruan khusus akan memecahkan masalah Anda. Biaya dukungan biasa akan berlaku untuk pertanyaan dan masalah yang tidak termasuk pada pembaruan tertentu yang dimaksud dukungan tambahan.

Informasi penginstalan

Microsoft menyediakan contoh pemrogaman hanya untuk ilustrasi, tanpa garansi baik tersurat maupun tersirat. Ini mencakup, namun tidak terbatas pada, garansi yang tersirat dapat diperjualbelikan atau kesesuaian untuk tujuan tertentu. Artikel ini menganggap bahwa Anda sudah terbiasa dengan bahasa pemrograman yang ditunjukkan dan terbiasa dengan alat-alat yang digunakan untuk membuat dan prosedur debug. Teknisi dukungan Microsoft dapat membantu menjelaskan fungsionalitas prosedur tertentu. Namun, mereka tidak akan mengubah contoh tersebut untuk memberikan fungsionalitas tambahan atau menyusun prosedur untuk memenuhi persyaratan khusus Anda.

Catatan Sebelum Anda menginstal perbaikan terbaru ini, verifikasi bahwa semua pengguna klien Microsoft Dynamics NAV log off sistem. Ini termasuk layanan Microsoft Dynamics NAV aplikasi Server (NAS). Anda harus klien hanya pengguna yang masuk saat Anda menerapkan perbaikan terbaru ini.

Untuk menerapkan hotfix ini, Anda harus memiliki lisensi pengembang.

Kami menyarankan bahwa akun pengguna di jendela login Windows atau jendela login Database ditetapkan id peran "SUPER" Jika account pengguna tidak dapat ditetapkan ID peran "SUPER", Anda harus memverifikasi bahwa account pengguna yang memiliki izin berikut ini:

  • Ubah izin untuk objek yang Anda akan berubah.

  • Izin eksekusi untuk objek sistem objek ID 5210 dan sistem objek ID 9015

    objek.

Catatan Anda tidak harus memiliki hak untuk penyimpanan data kecuali jika Anda harus melakukan perbaikan data.

Perubahan kode

Catatan selalu menguji kode perbaikan di lingkungan yang dikontrol sebelum Anda menerapkan perbaikan komputer produksi. Sebelum menerapkan perubahan, silakan mengimpor semua SEPA pembaruan.

Untuk mengatasi masalah ini, ikuti langkah-langkah berikut:

  1. Ubah kode di bidang Cust. Buku catatan tabel (21) sebagai berikut:
    Kode yang ada 1

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry".Amount WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Penggantian kode

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry".Amount WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Kode yang ada 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Penggantian kode 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Kode yang ada 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ada kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ada kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Debit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Kode yang ada 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Cust. Ledg. Entry"."Credit Amount (LCY)" WHERE (Cust. Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...
  2. Ubah kode di kolom dalam tabel Vendor buku catatan (25) sebagai berikut:
    Kode yang ada 1

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry".Amount WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Penggantian kode 1

    ...{ 11  ;   ;Currency Code       ;Code10        ;TableRelation=Currency }
    { 13 ; ;Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry".Amount WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1;
    ...

    Kode yang ada 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Penggantian kode 2

    ...AutoFormatType=1 }
    { 17 ; ;Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    Editable=No;
    AutoFormatType=1 }
    ...

    Kode yang ada 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 3

    ...{ 54  ;   ;Closed by Amount (LCY);Decimal     ;AutoFormatType=1 }
    { 58 ; ;Debit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ada kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 4

    ...AutoFormatExpr="Currency Code" }
    { 59 ; ;Credit Amount ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Ada kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 5

    ...AutoFormatExpr="Currency Code" }
    { 60 ; ;Debit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Debit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Kode yang ada 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Delete the following line.
    Entry Type=FILTER(<>Application),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...

    Penggantian kode 6

    ...AutoFormatType=1 }
    { 61 ; ;Credit Amount (LCY) ;Decimal ;FieldClass=FlowField;
    CalcFormula=Sum("Detailed Vendor Ledg. Entry"."Credit Amount (LCY)" WHERE (Vendor Ledger Entry No.=FIELD(Entry No.),

    // Add the following line.
    Entry Type=FILTER(Initial Entry|Unrealized Loss|Unrealized Gain|Realized Loss|Realized Gain|Payment Discount|'Payment Discount (VAT Excl.)'|'Payment Discount (VAT Adjustment)'|Correction of Remaining Amount|Payment Tolerance|Payment Discount Tolerance|'Payment Tolerance (VAT Excl.)'|'Payment Tolerance (VAT Adjustment)'|'Payment Discount Tolerance (VAT Excl.)'|'Payment Discount Tolerance (VAT Adjustment)'),
    Posting Date=FIELD(Date Filter)));
    BlankZero=Yes;
    Editable=No;
    ...


Prasyarat

Anda harus memiliki salah satu produk berikut ini diinstal untuk menerapkan perbaikan terbaru ini:

  • Microsoft Dynamics NAV 2009 R2

  • Microsoft Dynamics NAV 2009 SP1

Informasi penghapusan

Anda tidak dapat menghapus hotfix ini.

Status

Microsoft telah memastikan bahwa ini merupakan masalah di dalam produk Microsoft sebagaimana tercantum di bagian "Berlaku untuk".

Catatan Ini adalah artikel "Penerbitan cepat" dibuat langsung dari dalam organisasi dukungan Microsoft. Informasi yang terkandung di dalamnya disediakan sebagai tanggapan masalah yang muncul. Sebagai akibat dari kecepatan untuk menjadikannya tersedia, materi dapat mengandung kesalahan ketik dan dapat direvisi setiap saat tanpa pemberitahuan. Lihat Ketentuanuntuk pertimbangan lainnya.

Perlu bantuan lainnya?

Ingin opsi lainnya?

Jelajahi manfaat langganan, telusuri kursus pelatihan, pelajari cara mengamankan perangkat Anda, dan banyak lagi.

Komunitas membantu Anda bertanya dan menjawab pertanyaan, memberikan umpan balik, dan mendengar dari para ahli yang memiliki pengetahuan yang luas.

Apakah informasi ini berguna?

Seberapa puaskah Anda dengan kualitas bahasanya?
Apa yang memengaruhi pengalaman Anda?
Dengan menekan kirim, umpan balik Anda akan digunakan untuk meningkatkan produk dan layanan Microsoft. Admin TI Anda akan dapat mengumpulkan data ini. Pernyataan Privasi.

Terima kasih atas umpan balik Anda!

×