system.kanoa.shift.updateShiftName
Description
Updates a shift name (kanoaOps).Syntax
updateShiftName(shiftName, shiftNameId, userId)- shiftName (String) - Shift name.
- shiftNameId (Integer) - Shift Name ID.
- userId (Integer) - User ID.
- # of records modified.
Code Example
# Example Usage:
modifiedRecords = system.kanoa.shift.updateShiftName('Updated Shift Name', 1, 123)