Hello All,
i want to extend a report e Vendor - Balance to Date (321, Report Request) , a new field called External Document No from Gen. Journal Line (81).but while am trying, am not getting Gen Journal line in the data set
reportextension 60005 "Vendor Balance to Date" extends "Vendor - Balance to Date"
{
RDLCLayout = './ReportLayouts/VendorBalToDate.rdl';
dataset
{
// Add changes to dataitems and columns here
add(Gen. Journal Line )
{
column(External Document Number);
{
}
}
}
}