ProjPosting::find Method
Returns the record that corresponds to the values 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 find(
ProjAccountType _accountType,
TableGroupAll _projCode,
ProjRelation _projRelation,
TableGroupAll _categoryCode,
ProjCategoryId _categoryRelation,
[boolean _forUpdate,
ProjFundingSourceRefId _projFundingSourceId,
TaxGroup _taxGroupId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static ProjPosting find(
ProjAccountType _accountType,
TableGroupAll _projCode,
ProjRelation _projRelation,
TableGroupAll _categoryCode,
ProjCategoryId _categoryRelation,
[boolean _forUpdate,
ProjFundingSourceRefId _projFundingSourceId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static ProjPosting find(
ProjAccountType _accountType,
TableGroupAll _projCode,
ProjRelation _projRelation,
TableGroupAll _categoryCode,
ProjCategoryId _categoryRelation,
[boolean _forUpdate,
ProjFundingSourceRefId _projFundingSourceId])
Microsoft Dynamics AX 2012 (FPK)
client server public static ProjPosting find(
ProjAccountType _accountType,
TableGroupAll _projCode,
ProjRelation _projRelation,
TableGroupAll _categoryCode,
ProjCategoryId _categoryRelation,
[boolean _forUpdate,
ProjFundingSourceRefId _projFundingSourceId])
Microsoft Dynamics AX 2012 (SYS)
client server public static ProjPosting find(
ProjAccountType _accountType,
TableGroupAll _projCode,
ProjRelation _projRelation,
TableGroupAll _categoryCode,
ProjCategoryId _categoryRelation,
[boolean _forUpdate,
ProjFundingSourceRefId _projFundingSourceId])
Run On
Called
Parameters
- _accountType
Type: ProjAccountType Enumeration
The posting account type for the transaction.
- _projCode
Type: TableGroupAll Enumeration
The project used by the transaction for posting.
- _projRelation
Type: ProjRelation Extended Data Type
The project relation field that is used by the transaction for posting.
- _categoryCode
Type: TableGroupAll Enumeration
The category used by the transaction for posting.
- _categoryRelation
Type: ProjCategoryId Extended Data Type
The category relation used by the transaction for posting.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
- _projFundingSourceId
Type: ProjFundingSourceRefId Extended Data Type
The funding Source associated with the project used by the transaction; optional.
- _taxGroupId
Type: TaxGroup Extended Data Type
The sales tax group used by the transaction for posting; optional
Return Value
Type: ProjPosting Table
The desired posting account record.
Remarks
This method returns null if the record does not exist.