Process Class Methods
- Last UpdatedNov 06, 2025
- 4 minute read
For a list of all members of this type, see Process members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | Overloaded. The Add() method adds a new process record to the Process table. |
![]() ![]() | CheckIn | The CheckIn() method is used to check in a process that a user has checked out. |
![]() ![]() | CheckOut | The CheckOut() method checks out a process for a user to edit. |
![]() ![]() | Clone | The Clone() method adds a new process record to the Process table by making a copy of an existing record. |
![]() ![]() | CreateOpFromStdOp | Overloaded. The CreateOpFromStdOp() method creates an operation for a process based on a standard operation. This overload of the method creates multiple operations based on a supplied a list of standard operations. |
![]() ![]() | Delete | Overloaded. The Delete() method deletes the specified process record from the Process table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more process records from the Process table, as specified by the filter parameters. Passing no filter parameters will retrieve all process records from the table. |
![]() ![]() | GetByFilter | The GetByFilter() method retrieves one or more process records from the Process table, as specified by the passed string of filter parameters. Passing no filter parameters will retrieve all process records from the table. |
![]() ![]() | GetDynamicRoutesByFilter | The GetDynamicRoutesByFilter() method retrieves a list of all dynamic routes defined for the supplied process. The routes can be further filtered by the operation of the process, item reasons that kick off the rework, rework codes, and items specified in the XML. |
![]() ![]() | GetItemProdAtOper | The GetItemProdAtOper() method retrieves all items produced at the specified process and operation. |
![]() ![]() | GetNextVerId | The GetNextVerId() method retrieves the next process version ID in the Process class. |
![]() ![]() | GetProducedItems | The GetProducedItems() method retrieves either all items produced by the specified process or all processes that produce the specified item. |
![]() ![]() | UpdateSpecific | Overloaded. The UpdateSpecific() method updates selected columns for the specified process record in the Process table. |

