ProjPosting::findprojPosting Method
Retrieves the record that corresponds to the values that are passed as parameters.
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 ProjPosting findprojPosting(
ProjAccountType _projAccountType,
ProjId _projId,
ProjCategoryId _projCategoryId,
ProjFundingSourceRefId _projFundingSourceId,
[boolean _mustBeGroup,
TaxGroup _taxGroupId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static ProjPosting findprojPosting(
ProjAccountType _projAccountType,
ProjId _projId,
ProjCategoryId _projCategoryId,
ProjFundingSourceRefId _projFundingSourceId,
[boolean _mustBeGroup])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static ProjPosting findprojPosting(
ProjAccountType _projAccountType,
ProjId _projId,
ProjCategoryId _projCategoryId,
ProjFundingSourceRefId _projFundingSourceId,
[boolean _mustBeGroup])
Microsoft Dynamics AX 2012 (FPK)
client server public static ProjPosting findprojPosting(
ProjAccountType _projAccountType,
ProjId _projId,
ProjCategoryId _projCategoryId,
ProjFundingSourceRefId _projFundingSourceId,
[boolean _mustBeGroup])
Microsoft Dynamics AX 2012 (SYS)
client server public static ProjPosting findprojPosting(
ProjAccountType _projAccountType,
ProjId _projId,
ProjCategoryId _projCategoryId,
ProjFundingSourceRefId _projFundingSourceId,
[boolean _mustBeGroup])
Run On
Called
Parameters
- _projAccountType
Type: ProjAccountType Enumeration
The posting account type for the transaction.
- _projId
Type: ProjId Extended Data Type
The project that is used by the transaction.
- _projCategoryId
Type: ProjCategoryId Extended Data Type
The category code that is used by the transaction.
- _projFundingSourceId
Type: ProjFundingSourceRefId Extended Data Type
The funding source that is associated with the project used by the transaction.
- _mustBeGroup
Type: boolean
A Boolean value that indicates whether the ProjLedgerPosting value must be of the ProjLedgerPosting::GroupId enumeration type; optional.
- _taxGroupId
Type: TaxGroup Extended Data Type
The sales tax group used by the transaction for posting; optional
Return Value
Type: ProjPosting Table
The specified posting account record.
Remarks
This method returns null if the record does not exist.