Share via


JmgTermJob.function Method [AX 2012]

Retrieves the function that is associated with the job.

Syntax

public JmgSignInButtonFunction function(JmgWorkerRecId _worker)

Run On

Called

Parameters

Return Value

Type: JmgSignInButtonFunction Enumeration
The button function that is associated with this job.

Remarks

For all jobs, except IPC jobs, the return value is a JmgSingInButtonFunction::Blank enumeration value. However, you can assign button functions to IPC activities, which allows for certain button functions to be bar-code enabled. That is, when a certain job ID is entered, the system will perform a certain function.

See Also

JmgTermJob Class

JmgTermJob_IPC.function Method