Query 263 Vendor Ledger Entries
- App
- Base Application
- Namespace
- Microsoft.Purchases.Payables
- Versions
- 17-28
Versions171819202122232425262728
Source29
Source in 29
src/Layers/W1/BaseApp/Purchases/Payables/VendorLedgerEntries.Query.al103 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.Purchases.Payables;
using Microsoft.Purchases.Vendor;
query 263 "Vendor Ledger Entries"
{
Caption = 'Vendor Ledger Entries';
elements
{
dataitem(Vendor_Ledger_Entry; "Vendor Ledger Entry")
{
column(Entry_No; "Entry No.")
{
}
column(Transaction_No; "Transaction No.")
{
}
column(Vendor_No; "Vendor No.")
{
}
column(Posting_Date; "Posting Date")
{
}
column(Due_Date; "Due Date")
{
}
column(Pmt_Discount_Date; "Pmt. Discount Date")
{
}
column(Document_Date; "Document Date")
{
}
column(Document_Type; "Document Type")
{
}
column(Document_No; "Document No.")
{
}
column(Purchaser_Code; "Purchaser Code")
{
}
column(Source_Code; "Source Code")
{
}
column(Reason_Code; "Reason Code")
{
}
column(IC_Partner_Code; "IC Partner Code")
{
}
column(Open; Open)
{
}
column(Currency_Code; "Currency Code")
{
}
column(Amount; Amount)
{
}
column(Debit_Amount; "Debit Amount")
{
}
column(Credit_Amount; "Credit Amount")
{
}
column(Remaining_Amount; "Remaining Amount")
{
}
column(Amount_LCY; "Amount (LCY)")
{
}
column(Debit_Amount_LCY; "Debit Amount (LCY)")
{
}
column(Credit_Amount_LCY; "Credit Amount (LCY)")
{
}
column(Remaining_Amt_LCY; "Remaining Amt. (LCY)")
{
}
column(Original_Amt_LCY; "Original Amt. (LCY)")
{
}
column(Dimension_Set_ID; "Dimension Set ID")
{
}
dataitem(Vendor; Vendor)
{
DataItemLink = "No." = Vendor_Ledger_Entry."Vendor No.";
column(Vendor_Name; Name)
{
}
}
}
}
}