QueryMaterialLots (IMaterial)
Performs a query against a runtime database for material lots. All material lots that match the specified query criteria are returned.
In the Configure Method dialog box, click Next to select query criteria to include as input parameters on the activity configuration panel.
Inputs | Data Type | Description |
---|---|---|
Detail Level | MaterialLotDetailLevel |
Specifies the level of detail that you want the query to return. Valid values are:
|
Is Closed | Boolean | Indicates whether the returned material lots are closed or finished. Valid values are:
|
Last Modified Time (Max) | DateTime |
Specifies the latest modified date and time to include in your query. This is the most recent date/time that returned material lots were modified. |
Lsat Modified Time (Min) | DateTime |
Specifies the earliest modified date and time to include in your query. This is the earliest date/time that returned material lots were modified. |
Location | DirectoryResource |
Specifies the equipment location to include in your query. |
Material Definition | DirectoryResource |
Specifies the material definition to include in your query. |
Quantity Max | Double |
Specifies the maximum quantity to return. |
Quantity Min | Double |
Specifies the minimum quantity to return. |
S95 ID | String | Specifies the name of the material lot to include in your query. Note: The name you enter must be an exact match for the S95 ID. S95 IDs are case sensitive and wild cards are not permitted in a query. |
Status | String |
Specifies the run time status to include in your query. |
Outputs | Description | |
---|---|---|
MaterialLotCollection | Returns a collection of material lots for a specific material resource based on the criteria indicated. |