WOAttr Class Methods
- Last UpdatedNov 06, 2025
- 3 minute read
For a list of all members of this type, see WOAttr members.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a work order attribute record to the WO_Attr table. |
![]() ![]() | Delete | The Delete() method deletes the specified work order attribute record from the WO_Attr table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes work order attribute records from the WO_Attr table. Using the optional filter parameters, all of a work order's attributes can be removed, or only a specified attribute of the work order. Passing no filter parameters will remove all work order attribute records from the table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more work order attribute records from the WO_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all work order attribute records from the table. |
![]() ![]() | GetAttrs | The GetAttrs() method retrieves the attribute records for the specified work order from the WO_Attr table. |
![]() ![]() | GetAvailableAttrs | The GetAvailableAttrs() method retrieves all work order attributes that are not yet assigned to the specified work order and are editable by the specified user. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified work order attribute record from the WO_Attr table. |
![]() ![]() | Update | The Update() method updates all columns for the specified work order attribute record in the WO_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified work order attribute record in the WO_Attr table. |

