System Functionssystem.kanoa.shiftaddShiftNameOn this pagesystem.kanoa.shift.addShiftName(shiftName, userId)Adds a new shiftName i.e. '1st Shift'ParametersshiftName String userId Integer: Id of user executing the functionReturnsshiftNameId IntegerExampleshiftNameId = system.kanoa.shift.addShiftName('Evening Shift', 123)