ProjListProjPostingDP.validatePostingCategory Method [AX 2012]

Validates the posting category.

private boolean validatePostingCategory(
    ProjAccountType _accountType, 
    ProjTable _projTable, 
    ProjCategory _projCategory)

Run On

Server

Parameters

_accountType
Type: ProjAccountType Enumeration
_projTable
Type: ProjTable Table
_projCategory
Type: ProjCategory Table

Return Value

Type: boolean
true if the posting category is valid; otherwise, false.

Community Additions

ADD
Show: