reportextension 50001 MyExtension extends "DOP Standard Sales - Invoice"
{
dataset
{
modify(Line)
{
trigger OnAfterPreDataItem()
begin
SetFilter(Quantity, '>0');
end;
}
}
}
Hi, good day
I hope this can help you, and give you some hints.
Preview BC25: Word add-in to the rescue - Discover Microsoft Business Central
https://thinkaboutit.be/2024/09/quick-tip-bc-2024-wave-2-sandbox-preview-new-word-add-in/
Best Regards
Gerardo
reportextension 50001 MyExtension extends "Standard Sales - Invoice"
{
trigger OnPreReport()
begin
HideLinesWithZeroQuantity := true;
end;
}
André Arnaud de Cal... 291,904 Super User 2024 Season 2
Martin Dráb 230,605 Most Valuable Professional
nmaenpaa 101,156