ProjReserveResourceWBS::hasActivitySoftBookedHours Method [AX 2012]
Determines if any activity in a Project or Quotation has resources that are partially booked.
server public static boolean hasActivitySoftBookedHours(Num _entityId, [PSARSEntityType _entityType])
Run On
ServerParameters
- _entityId
- Type: Num Extended Data Type
The Project or Quotation Id.
- _entityType
- Type: PSARSEntityType Enumeration
The type of Id.
Return Value
Type: booleantrue, if any activity has resources that are partially booked. false otherwise.
Show: