system.kanoa.performanceState.checkPerformanceState
Description
checks if an performanceState exists for the performanceStateClassId and creates it if it doesn'tSyntax
checkPerformanceState(performanceStateName, performanceStateClassId, performanceStates, userId)- performanceStateName (string)
- performanceStateClassId (int)
- performanceStates (dict)
- userId (int)
# of records modifed (int), msg (string): None if success
Code Example