Skip to main content

Notifications

Small and medium business | Business Central, N...
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 501 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)
    }
    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans