ProjCashFlowProjectReportDP.setId Method [AX 2012]

Sets the ID of the project.

public ProjId setId(
    ProjTable _projTable, 
    ProjListStateProjType _stateProjType, 
    Level _level)

Run On

Server

Parameters

_projTable
Type: ProjTable Table
The project table of which to set the ID.
_stateProjType
Type: ProjListStateProjType Enumeration
The project type.
_level
Type: Level Extended Data Type
The level.

Return Value

Type: ProjId Extended Data Type
The project ID.

This method is used to set the ID of the project, depending on the level selection by the user.

This is an existing method in the ProjHelp class and has been used in this class.

Community Additions

ADD
Show: