system.kanoa.shift.updateShiftName(shiftName, shiftNameId, userId)
Updates a shift name
Parameters
shiftName String
shiftNameId Integer
userId Integer: Id of user executing the function
Returns
# of records modified Integer
Example
retVal = system.kanoa.shift.updateShiftName('Updated Shift Name', 1, 123)