PSAResourceSchedulingBL.getIconNumber Method [AX 2012]
Get the icon number for a worker to indicate if the worker has bookings for current project/activity.
public int getIconNumber(
ProjId _projId,
QuotationId _quotationId,
smmActivityNumber _activityNum,
RecId _workerRecId,
[RecId _workerLegalEntity])
Run On
ServerParameters
- _projId
- Type: ProjId Extended Data Type
The project id.
- _quotationId
- Type: QuotationId Extended Data Type
The quotation id.
- _activityNum
- Type: smmActivityNumber Extended Data Type
The activity number.
- _workerRecId
- Type: RecId Extended Data Type
The worker's RecID.
- _workerLegalEntity
- Type: RecId Extended Data Type
The worker's legal entity.
Return Value
Type: intThe icon number to indicate if the worker has bookings in current project/activity.
Community Additions
ADD
Show: