QueryMaterialSublots (IMaterial)
Performs a query against a runtime database for material sublots. All material sublots 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:
|
IsClosed | Boolean | Indicates whether the returned material sublots 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 sublots were modified. |
Last 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 sublots 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. |
Material Lot | GUID |
Specifies the ID of the material lot 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 sublot you are querying. 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 | |
---|---|---|
MaterialSublotCollection | Returns a collection of material sublots for a specific material lot based on the
criteria indicated. To access these properties, use an Index Activity or a For Each loop. You can use the parameter name as the index for the Index activity. |