Share via


AifPortUser::isValidUser Method

Checks whether the user is authorized for this port, and whether the user is an active Microsoft Dynamics AX user.

Syntax

client server public static boolean isValidUser(
    AifInboundPort _inboundPort, 
    UserId _sourceAxUserId, 
    UserId _submittingAxUserId, 
    AifWindowsUser _submittingWindowsUser)

Run On

Called

Parameters

Return Value

Type: boolean
true if the user is a valid user; otherwise, false.

Remarks

The source user can only be an external user if there is a valid trusted intermediary.

The trusted intermediary can never be an external user.

See Also

Reference

AifPortUser Table