Share via


ProjTable::createWorkerConnection Method

Determines whether to validate the association of a worker with a project.

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 createWorkerConnection(ProjWorkerRecId _workerRecId, [boolean _isIntercompany])

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

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

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

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

Run On

Called

Parameters

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

Return Value

Type: boolean
true if the association should be validated; otherwise, false.

See Also

Reference

ProjTable Table