Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Answered

How to get user list and select range of users

Posted on by 290

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

  • Nishan80 Profile Picture
    Nishan80 290 on at
    RE: How to get user list and select range of users

    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;

            }
  • Verified answer
    YUN ZHU Profile Picture
    YUN ZHU 69,760 Super User 2024 Season 2 on at
    RE: How to get user list and select range of users

    Hi, try the follwoing.

    pastedimage1644281146193v1.png

    Or

    pastedimage1644281444130v2.png

    Hope this will help.

    Thanks.

    ZHU

  • Suggested answer
    Andy Sather Profile Picture
    Andy Sather on at
    RE: How to get user list and select range of users

    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.

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

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

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,537 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,520 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans