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

Restricting Mobile Access for Specific Users in Business Central 250 On-Premise

(0) ShareShare
ReportReport
Posted on by 11

Hi,

I have successfully set up Microsoft Dynamics 365 Business Central 250 On-Premise, and I would like to configure access settings to prevent certain users from accessing the system via mobile devices.

Could you please provide guidance on how to set up restrictions so that specific users or groups cannot access Business Central through the mobile app? I want to ensure that mobile access is only allowed for certain users, and all others are blocked from using the mobile version.

 

 

 

Thanks & Regards 

Ranveer Singh

Email- ranveerciepi(at)gmail.com

  • Suggested answer
    Saurav.Dhyani Profile Picture
    14,312 Super User 2025 Season 1 on at
    Restricting Mobile Access for Specific Users in Business Central 250 On-Premise
    Hi Ranveer,
     
    I haven't tried it but here is how you can attempt it: 
     
    1. Create a Boolean on user setup (Limit Mobile Access). Set this to true for users whom you don't want to access Mobile client.
    2. Subscribe to event OnAfterLogin from System Initialization codeunit.
     
    Try with CurrentClientType - 
     
        [EventSubscriber(ObjectType::Codeunit, Codeunit::"System Initialization", 'OnAfterLogin', '', false, false)]
        local procedure MyProcedure()
        var
            UserSetup: Record "User Setup";
        begin
            UserSetup.Get(UserId);
            if CurrentClientType IN [ClientType::Phone, ClientType::Tablet] then
                if UserSetup."Limit Mobile Access" then
                    Error('You are not allowed using phone or table.');
        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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

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

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,150 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,895 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans