ProjReserveResourceWBS::isActivityReservationTaskEffortMismatch Method [AX 2012]

Checks if there is any activity in this Project or Quotation where the total reservation hours is different from the Effort hours on the activity.

server public static boolean isActivityReservationTaskEffortMismatch(Num _entityId, [PSARSEntityType _entityType])

Run On

Server

Parameters

_entityId
Type: Num Extended Data Type
The Project or Quotation Id.
_entityType
Type: PSARSEntityType Enumeration
The type of Id.

Return Value

Type: boolean
true, if there is a reservation/effort mismatch. false, otherwise.
Show: