Hi,
I want to show serial no of released production order on job card(99000762), so I generate a report extention as below; After upload it the serial no can be shown on the word layout, but not on RDLC. I don't know the reason.
Please help to check the AL of the report extention.
reportextension 50104 MyJobCard extends "Prod. Order - Job Card"
{
dataset
{
addlast("Production Order")
{
dataitem("Reservation Entry"; "Reservation Entry")
{
DataItemLink = "Source ID" = field("No.");
DataItemLinkReference = "Production Order";
column(Serial_No_; "Serial No.")
{
}
}
}
}
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,522 Super User 2024 Season 2
Martin Dráb 228,441 Most Valuable Professional
nmaenpaa 101,148