RouteOpr.inputWarehouse Method
Retrieves the input warehouse for the directly assigned resources or resource groups.
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 InventLocationIdInput inputWarehouse([TransDate _searchFromDate, InventSiteId _siteId])
Microsoft Dynamics AX 2012 R2 (SYS)
public InventLocationIdInput inputWarehouse([TransDate _searchFromDate, InventSiteId _siteId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public InventLocationIdInput inputWarehouse()
Microsoft Dynamics AX 2012 (FPK)
public InventLocationIdInput inputWarehouse()
Microsoft Dynamics AX 2012 (SYS)
public InventLocationIdInput inputWarehouse()
Run On
Called
Parameters
- _searchFromDate
Type: TransDate Extended Data Type
The first date on which to search for resources.
- _siteId
Type: InventSiteId Extended Data Type
The ID of the site on which to search for resources.
Return Value
Type: InventLocationIdInput Extended Data Type
The input warehouse ID.