Thread::executeInUIThread Method [AX 2012]

client server public static container executeInUIThread(
    ClassId classId, 
    UtilElementName staticMethodToCall, 
   [container parm])

Run On

Called

Parameters

classId
Type: ClassId Extended Data Type

staticMethodToCall
Type: UtilElementName Extended Data Type

parm
Type: container

If an attacker can control input to the Thread::executeInUiThread method, a security risk exists. Therefore, this method runs under Code Access Security. Calls to this method on the server require permission from the ExecutePermission class. Make sure that the user has development privileges by setting the security key to SysDevelopment on the control that calls this method.

Show: