Share via


PurchTableType.interCompanyCanBeUpdated Method [AX 2012]

Determines whether an intercompany order can be updated.

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 interCompanyCanBeUpdated()

  Microsoft Dynamics AX 2012 R2 (SYS)
          private boolean interCompanyCanBeUpdated()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          private boolean interCompanyCanBeUpdated()

  Microsoft Dynamics AX 2012 (FPK)
          private boolean interCompanyCanBeUpdated()

  Microsoft Dynamics AX 2012 (SYS)
          private boolean interCompanyCanBeUpdated()

Run On

Called

Return Value

Type: boolean
true if the intercompany order can be updated; otherwise, false.

See Also

Reference

PurchTableType Class