ItemSubstitute Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see ItemSubstitute members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new item substitute record to the Item_Subst table. |
![]() ![]() | Delete | The Delete() method deletes the specified item substitute record from the Item_Subst table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more item substitute records from the Item_Subst table, as specified by the filter parameters. Passing no filter parameters will remove all item substitute records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more item substitute records from the Item_Subst table, as specified by the filter parameters. Passing no filter parameters will retrieve all item substitute records from the table. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified item substitute record from the Item_Subst table. |
![]() ![]() | GetNextAltNo | The GetNextAltNo() method gets the next alternate number and the next preference for the substitution item. |
![]() ![]() | Update | The Update() method updates all columns of the specified item substitute record in the Item_Subst table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified item substitute record in the Item_Subst table. |

