Share via


ProjCategory::createEmplConnection Method

Determines whether an employee and category validation is set up for projects.

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
          client server public static boolean createEmplConnection(ProjWorkerRecId _workerRecId, [boolean _isIntercompany])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static boolean createEmplConnection(ProjWorkerRecId _workerRecId, [boolean _isIntercompany])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static boolean createEmplConnection(ProjWorkerRecId _workerRecId, [boolean _isIntercompany])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static boolean createEmplConnection(ProjWorkerRecId _workerRecId)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static boolean createEmplConnection(ProjWorkerRecId _workerRecId)

Run On

Called

Parameters

  • _isIntercompany
    Type: boolean
    True if transaction is an intercompany transaction.

Return Value

Type: boolean
true if the employee and category validation is enabled for this employee; otherwise, false.

See Also

Reference

ProjCategory Table