Delete Method (WoFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified standard operation step file record from the Wo_File 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 to which the file belongs.
- filePath
- Required. Holds the path and file name of the work order file.
- 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.