PSAResourceSchedulingBL.initPSATmpSchedEmplCalendar Method [AX 2012]

This method is used to insert reservation for the worker.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void initPSATmpSchedEmplCalendar(
            TransDate _startDate, 
            TransDate _endDate, 
            boolean _ignoreCalender, 
            ProjId _projId, 
            smmActivityNumber _activityNumber, 
            QuotationId _quotationId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void initPSATmpSchedEmplCalendar(
            TransDate _startDate, 
            TransDate _endDate, 
            boolean _ignoreCalender, 
            ProjId _projId, 
            smmActivityNumber _activityNumber, 
            QuotationId _quotationId)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void initPSATmpSchedEmplCalendar(
            ProjWorkerRecId _projWorkerRecId, 
            TransDate fromDate, 
            TransDate toDate, 
            CalendarId _sCalendarId)

  Microsoft Dynamics AX 2012 (FPK)
          public void initPSATmpSchedEmplCalendar(
            ProjWorkerRecId _projWorkerRecId, 
            TransDate fromDate, 
            TransDate toDate, 
            CalendarId _sCalendarId)

Run On

Server

Parameters

_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.
_ignoreCalender
Type: boolean
Boolean to check if the current prject/activity will ignore calendar
_projId
Type: ProjId Extended Data Type
Project id
_activityNumber
Type: smmActivityNumber Extended Data Type
Activity number
_quotationId
Type: QuotationId Extended Data Type
Quotation id

Community Additions

ADD
Show: