ItemProcessLink Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by ItemProcessLink.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new item/process link record to the Item_Process_Link table. |
![]() ![]() | Delete | The Delete() method deletes the specified item/process link record from the Item_Process_Link table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more item/process link records from the Item_Process_Link table, as specified by the filter parameters. Passing no filter parameters will remove all item/process link records from the table. The DeleteAll() method deletes one or more item/process link records from the Item_Process_Link table, as specified by the filter parameters. Passing no filter parameters will delete all item/process link records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more item/process link records from the Item_Process_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all item/process link records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified item/process link record from the Item_Process_Link table. |
![]() ![]() | GetNextItemPref | The GetNextItemPref() method determines the next available item preference number for the specified item. |
![]() ![]() | Update | The Update() method updates all columns of the specified item/process link record in the Item_Process_Link table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified item/process link record in the Item_Process_Link table. |

