Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
creates a client connection and sets the jobID and message to the client.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public boolean onBeforeHandleGroup(str _message)
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean onBeforeHandleGroup(str _message)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean onBeforeHandleGroup(RetailConnSchedulerJobTable _schedulerJobTable, str _message)
Run On
Called
Parameters
- _message
Type: str
A string variable that holds the message to be displayed on client.
Return Value
Type: boolean
a boolean value that indicates the successful processing, else error.
Remarks
Original signature: boolean onBeforeHandleGroup(RetailConnSchedulerJobTable _schedulerJobTable, str _message)