Hello All
am trying to extend the base Report "Aged Accounts Receivable 120" , the field which i want to add on the report is Payment Due date Calculation from Payment terms table on Customer Card.. when i placed the field code field it is coming correctly, then i try to replace the 2nd column "Due Date Calculation " it is not coming
pls correct me where is the issue
reportextension 60008 "Aged Accounts Receivable 120" extends "Aged Accounts Receivable" { RDLCLayout = './ReportLayouts/Aged Accounts Receivable.rdl'; dataset { // Add changes to dataitems and columns here add("Cust. Ledger Entry") { column(DueDate_CustLedgerEntry; "Due Date") { } } } }