Share via


SIGStorableDocument.getLoginId Method [AX 2012]

Gets information about the UserId system type of the user who is logged in that is stored in the class.

Syntax

public UserId getLoginId()

Run On

Called

Return Value

Type: UserId Extended Data Type
The user ID.

Remarks

This is a required method for classes that implement this class.A class variable should be declared to store the user ID and be a UserId system type.

See Also

Reference

SIGStorableDocument Interface