ProjTrans::postTransTurnoverHandler Method [AX 2012]

The handler method that runs after the method transTurnover is complete, and indicates whether to call the postTransTurnover method and may change the return value of the transTurnover method.

client server public static void postTransTurnoverHandler(XppPrePostArgs _args)

Run On

Called

Parameters

_args
Type: XppPrePostArgs Class
The XppPrePostArgs object for this event handler.

The return value is only modified if the BrazilParameters property is enabled.

Show: