Table of Contents

Codeunit "User Details"

ID 774
Namespace: System.Security.User

Contains functionality related to retrieving user details.

Properties

Name Value
Access Public

Methods

Get

Retrieves the details of a user.

procedure Get(var UserDetails: Record "User Details" temporary)

Parameters

Name Type Description
UserDetails Table System.Security.User."User Details"

The user details record to be populated.

Events

OnAddUserDetails

If an extension adds fields to the User Details table, this event allows it to populate the added user details fields.

[IntegrationEvent(False,False)]
internal procedure OnAddUserDetails(UserSecId: Guid, var UserDetails: Record "User Details" temporary)

Parameters

Name Type Description
UserSecId Guid

User Security ID of the user to add the details for.

UserDetails Table System.Security.User."User Details"

The table that holds the values for user details.

See also