Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a date is open for pickup in the calendar.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
public boolean isPickupDate(
CalendarId _calendarId,
SchedDate _schedDate,
[boolean _skipGlobalCaching])
Microsoft Dynamics AX 2012 R2 (SYS)
public boolean isPickupDate(CalendarId _calendarId, SchedDate _schedDate)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean isPickupDate(CalendarId _calendarId, SchedDate _schedDate)
Microsoft Dynamics AX 2012 (FPK)
public boolean isPickupDate(CalendarId _calendarId, SchedDate _schedDate)
Microsoft Dynamics AX 2012 (SYS)
public boolean isPickupDate(CalendarId _calendarId, SchedDate _schedDate)
Run On
Called
Parameters
- _calendarId
Type: CalendarId Extended Data Type
The ID of the calendar that _schedDate is checked against.
- _schedDate
Type: SchedDate Extended Data Type
The date being checked.
- _skipGlobalCaching
Type: boolean
Return Value
Type: boolean
true if the date _schedDate is open for pickup in the calendar _calendarId; otherwise, false.
Remarks
If the _calendarId parameter is blank, the method returns true, which means that the date _schedDate is considered open for pickup.