PSAResourceSchedulingBL.initPSATmpSchedEmplCalendarPerWorker Method [AX 2012]

This method is used to insert empl calendar record for the worker.

public void initPSATmpSchedEmplCalendarPerWorker(
    ProjId _projId, 
    QuotationId _quotationId, 
    smmActivityNumber _activityNumber, 
    TransDate _startDate, 
    TransDate _endDate, 
    CalendarId _calendarId, 
    RecId _workerId, 
   [RecId _workerLegalEntity])

Run On

Server

Parameters

_projId
Type: ProjId Extended Data Type
The project id
_quotationId
Type: QuotationId Extended Data Type
The quotation id
_activityNumber
Type: smmActivityNumber Extended Data Type
The activity number
_startDate
Type: TransDate Extended Data Type
The start date of the project/activity.
_endDate
Type: TransDate Extended Data Type
The end date of the project/activity.
_calendarId
Type: CalendarId Extended Data Type
The worker's calenar id
_workerId
Type: RecId Extended Data Type
The worker's recid
_workerLegalEntity
Type: RecId Extended Data Type
The worker's legal entity

Community Additions

ADD
Show: