PurchFormletterParmDataReceiptsList.mayJournalBePosted Method [AX 2012]

Determines whether a parameter table record is to be created for a given source table.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected boolean mayJournalBePosted(Common _sourceTable)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean mayJournalBePosted(Common _purchTable)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected boolean mayJournalBePosted(Common _purchTable)

  Microsoft Dynamics AX 2012 (FPK)
          protected boolean mayJournalBePosted(Common _purchTable)

  Microsoft Dynamics AX 2012 (SYS)
          protected boolean mayJournalBePosted(Common _purchTable)

Run On

Server

Parameters

_sourceTable
Type: Common Table

Return Value

Type: boolean
true if a parameter table record is to be created for the source table; otherwise, false.

Community Additions

ADD
Show: