web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

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

"There is no Employee within the filter" Error

(0) ShareShare
ReportReport
Posted on by 700

Hi All,

Whenever I click on Absence Registration action on Employee List page, following error is shown :-

There is no Employee within the filter.

Could anyone please suggest the cause of this and how to fix it.

Thanks !

I have the same question (0)
  • Dynamics 365 Business Central Profile Picture
    700 on at

    Please fine the source code below :

    trigger OnOpenPage()

       var

           User: Record User;

           employeeTbl: Record Employee;

           AbsenceRegistrationTbl: Record "Employee Absence";

       begin

           User.GET(UserSecurityId);

           if (User."License Type" = 0) then begin /// User."License Type" = 0 means full user, changes teammember in future

               AbsenceRegistrationTbl.Reset();

               Clear(AbsenceRegistrationTbl);

               employeeTbl.SetFilter("AD user name", UserId);

               employeeTbl.FindFirst();

               AbsenceRegistrationTbl.SetRange("Employee No.", employeeTbl."No.");

               SetTableView(AbsenceRegistrationTbl);

           end;

       end;

  • Suggested answer
    Avinash B Profile Picture
    1,455 on at

    Hi

    You can use the IF condition when you use the FindFirst or FindLast or FindSet function to avoid the error. This error usually occurs when there are no records within the filters that you have applied.

    Like: If employeeTbl.FindFirst() then;

    Regards

    Avinash B

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,711 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 998 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 635 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans