Hello All,
am trying to bring Job Number Field in Posted Sales Invoice Print out. But values is not coming over the print out.
pls let me know what is the issue

reportextension 60003 PostedSalesInvoiceExt extends "Sales - Invoice EMP"
{
RDLCLayout = './ReportLayouts/PostedSalesInvoice.rdl';
dataset
{
add("Sales Invoice Line")
{
column(JobNo_SalesInvoiceLine; "Job No.")
{
}
}
}
}
Compile Messages
warning AL0432: Report 'Sales - Invoice EMP' is marked for removal. Reason: Replaced with report 1306 Standard Sales - Invoice. Tag: 15.2.
Compilation ended at '17:10:28.840'.
Success: The package is created.