Skip to main content

Notifications

Small and medium business | Business Central, N...
Suggested answer

Security ID of new user

(0) ShareShare
ReportReport
Posted on by 104

Hi! Is it possible to get User Security ID of new user who was created in code? Or Security ID is assigned after first sign-in to system?

User created for exmple in this way:

    var
        User: Record User;
    begin
        User.Init();
        User."User Name" := 'TEST';
        User."Full Name" := 'TEST TEST';
        User.Insert();
    end;
  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 21,091 Super User 2024 Season 1 on at
    RE: Security ID of new user

    Hi,

    user Security ID is the primary Key field and generated after you insert the record. Before inserting the record you can not access that field's value.

    Thanks.

  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 74,036 Super User 2024 Season 2 on at
    RE: Security ID of new user

    Hi, If you want to get a User Security ID other than the current user, you can find it in the table below.

    table=2000000120

    pastedimage1664844398453v1.png

    pastedimage1664844419447v2.png

    Also, adding users via code is not possible in SaaS.

    Hope this helps.

    Thanks.

    ZHU

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

News and Announcements

Announcing Category Subscriptions!

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,359 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans