ProjPosting::exist Method
Determines whether a record is in the table for the values passed as parameters.
Syntax
client server public static boolean exist(
ProjAccountType _accountType,
TableGroupAll _projCode,
ProjRelation _projRelation,
TableGroupAll _categoryCode,
ProjCategoryId _categoryRelation,
[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.
- _projFundingSourceId
Type: ProjFundingSourceRefId Extended Data Type
The funding Source associated with the project used by the transaction; optional.
Return Value
Type: boolean
true if the posting account record exists; otherwise, false.