GetInv Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetInv() method retrieves inventory records, filtered by a specified entity and/or inventory parameters.
| Overload | Description |
|---|---|
| GetInv(Nullable<Int32>,String) | The GetInv() method retrieves inventory records, filtered by a specified entity and/or inventory parameters. For this overload of the method, the optional entity filter is identified by its entity ID. |
| GetInv(String,String,String) | The GetInv() method retrieves inventory records, filtered by a specified entity and/or inventory parameters. For this overload of the method, the optional entity filter is identified by its entity name and site name. |