Share via


PurchFormletterParmDataInvoice.checkBudget Method [AX 2012]

Performs a budget funds available check.

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
          protected void checkBudget([PurchTotalsCachingMethod _cachingMethod])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void checkBudget([PurchTotalsCachingMethod _cachingMethod])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void checkBudget()

  Microsoft Dynamics AX 2012 (FPK)
          protected void checkBudget()

  Microsoft Dynamics AX 2012 (SYS)
          protected void checkBudget()

Run On

Server

Parameters

Remarks

This method will create distributions if the budget funds available check is required and distributions are not yet created.

See Also

Reference

PurchFormletterParmDataInvoice Class