Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Answered

Records are not showing when using Flow field

(0) ShareShare
ReportReport
Posted on by 90

I have created a flow field in job planning lines where it should give the sum of invoice quantity and show the invoice record when opining job invoices page. I wrote this code  

 CalcFormula = Sum("Job Planning Line Invoice"."Quantity Transferred" WHERE("Job No." = FIELD("Job No."),
                                                                                        "Job Task No." = FIELD("Job Task No."),
                                                                                        "Job Planning Line No." = FIELD("Line No."),
                                                                                        "Document Type" = filter(Invoice)));
            Caption = 'Qty. Transferred to Invoice';
            DecimalPlaces = 0 : 5;
            Editable = false;
            FieldClass = FlowField;
The same code is written in the base application table but without  "  "Document Type" = filter(Invoice))) "  so when I click on the number , the job invoices page opens and show the filters but without any record.
  • Suggested answer
    Vaishnavi J Profile Picture
    3,060 on at
    RE: Records are not showing when using Flow field

    Hi,

    Use DrillDownJobInvoices function OnDrillDowntrigger in the flowfield of the page extension. Refer the below screenshot

    pastedimage1644592289034v1.png

    This will help you to fetch the record

    If my answer was helpful to you, please verify it so that other users know it worked. Thank you very much.

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 2,655

#2
Mansi Soni Profile Picture

Mansi Soni 1,574

#3
YUN ZHU Profile Picture

YUN ZHU 1,453 Super User 2025 Season 1

Featured topics

Product updates

Dynamics 365 release plans