xApplication::CheckUserExistsInAnyPartition Method [AX 2012]

Checks whether the given user is present in any partition.

client server public static boolean CheckUserExistsInAnyPartition(str userId)

Run On

ClientOrServer

Parameters

userId
Type: str

Return Value

Type: boolean
true if the user exists in any of the partitions; otherwise, false.
Show: