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...
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 !

  • Suggested answer
    Avinash B Profile Picture
    1,455 on at
    RE: "There is no Employee within the filter" Error

    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

  • Dynamics 365 Business Central Profile Picture
    700 on at
    RE: "There is no Employee within the filter" Error

    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;

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

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

#1
YUN ZHU Profile Picture

YUN ZHU 290 Super User 2025 Season 1

#2
Mansi Soni Profile Picture

Mansi Soni 196

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 156 Most Valuable Professional

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans