ProjReserveResource::getEntitySchedulingDetails Method [AX 2012]

Get project or quotation scheduling details along with each activities which belong to this entity.

server public static ProjSchedulingDetails getEntitySchedulingDetails(Num _entityId, [PSARSEntityType _entityType])

Run On

Server

Parameters

_entityId
Type: Num Extended Data Type
Specify the id of project or quotation.
_entityType
Type: PSARSEntityType Enumeration
Specify the type of the entity.

Return Value

Type: ProjSchedulingDetails Class
Class ProjSchedulingDetails which contains the scheduling details of the specify entity.
Show: