System Functionssystem.kanoa.shiftupdateShiftNameOn this pagesystem.kanoa.shift.updateShiftName(shiftName, shiftNameId, userId)Updates a shift nameParametersshiftName String shiftNameId Integer userId IntegerReturns# of records modified IntegerExampleretVal = system.kanoa.shift.updateShiftName('Updated Shift Name', 1, 123)