Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Suggested answer

Check format - print a flowfield on the check through report extension, not showing up?

Posted on by 769
I created a flowfield to the payment journal that pulls in information from the invoice that is being applied with the check. I have the field show up just fine on the payment journal. I created a report extension to have it come onto the check, but it comes in blank. The field shows up on the report so I can add it, but the field is always printing blank.
Any idea if it because it is flowfield, or some other idea?
 
reportextension 50342 /Check Desc/ extends /Check (Stub/Stub/Check)/
{
dataset{
    add(GenJnlLine)
    {
        column(PayDescription;PayDescription)
        {}
               
    }
    }
Categories:
  • Suggested answer
    Hein Kruger Profile Picture
    Hein Kruger 458 on at
    Check format - print a flowfield on the check through report extension, not showing up?
    Hi, 
    In the data item GenJnlLine you need to add Calcfield in the OnaftergetRecord procedure. 
    It will look something like this:
     
    Modify(GenJnlLine)
    {
    trigger OnAfterGetRecord()
    {
    Rec.Calcfields(PayDescription)
    }
    }

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,339 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,177 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans