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

How to get user list and select range of users

(0) ShareShare
ReportReport
Posted on by 292

HI,

i do a page extension and need a filed to select users from system users list and save. below is the code i tried. but when i try for GetSelectedusrs method, it has only onprem scope. 

can someone tell me how to select ( one or more ) user(s) and assign the return value into a variable 

pastedimage1644222771996v1.png

Thanks,

Nishan

I have the same question (0)
  • Suggested answer
    Andy Sather Profile Picture
    Microsoft Employee on at

    Hello  - We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist.  If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    I will open this up to the community in case they have something to add.

  • Verified answer
    YUN ZHU Profile Picture
    98,464 Super User 2026 Season 1 on at

    Hi, try the follwoing.

    pastedimage1644281146193v1.png

    Or

    pastedimage1644281444130v2.png

    Hope this will help.

    Thanks.

    ZHU

  • Nishan80 Profile Picture
    292 on at

    Thank you so much.. it worked....

    field(50103; "Allowed Users"; Text[250])
            {
                trigger OnLookup()
                var
                    selectedUser: Record User;
                    oldText: Text;
                begin
                    selectedUser.Reset();
                    if "Allowed Users" <> '' then begin
                        oldText := "Allowed Users";
                    end;

                    if page.RunModal(page::Users, selectedUser) = Action::LookupOK then begin
                        if oldText <> '' then begin
                            "Allowed Users" := oldText + '|' + selectedUser."User Name";
                        end
                        else begin
                            "Allowed Users" := selectedUser."User Name";
                        end;

                    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,850 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,084 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 959 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans