
在 Business Central 的 Report(AL) 中查詢相關連資訊
需求: 在Business Central 的Report程式中, 如何利用銀行代號(Bank Account No.)取得銀行名稱, 利用客戶編號(Bal. Account No.)取得客戶名稱 在 Business Central 的 Report(AL) 中,要: 做法都是:用對應的 Mas…

需求: 在Business Central 的Report程式中, 如何利用銀行代號(Bank Account No.)取得銀行名稱, 利用客戶編號(Bal. Account No.)取得客戶名稱 在 Business Central 的 Report(AL) 中,要: 做法都是:用對應的 Mas…

在 Business Central 的 AL 語言中,如果您想要將 Record.SETRANGE 用於篩選包含多個不連續值(像是 SQL 語法中的 WHERE Field IN (‘值A’, ‘值B’, ‘值C’)),這是不適用的。 SETRANGE 的設計是用來篩選 連續的區間 …

在 Business Central (BC) 中,撰寫了 pageextension 60213 “ItemLedgerEntries Ext” extends “Item Ledger Entries” 並在 Sandbox 執行 debug 時, 為何出現 Cannot build the page 60213.…

在 Business Central (BC) 中,Value Entries (價值分錄) 與 General Ledger Entries (總帳分錄) 之間存在一個明確的關聯,這對於庫存 (Inventory) 成本核算和總帳和解 (Reconciliation) 至關重要。 關聯的本質 Val…

將以使用 AL 語言 撰寫一個適用於 Microsoft Dynamics 365 Business Central 的報表 (Report) 程式。 這個報表將假設有一個自定義的 Table 來儲存這些在製品盤點數據。 前提假設 (Assumptions) AL Language 報表程…