Delete Method (WOAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified work order attribute record from the WO_Attr table.
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- woId
- Required. Holds the ID of the work order whose attribute is being deleted.
- attrId
- Required. Holds the ID of the attribute that is being deleted.
- modId
- Required. Holds a modification ID value to avoid data contention. The passed value must match the record's modification ID value for the record to be deleted.