Skip to main content

system.kanoa.performanceState.deletePerformanceState

Description

Delete a performance state and any associated links

Syntax

deletePerformanceState(performanceStateId, userId)

Parameters:
  • performanceStateId (int)
  • userId (int)

  • Returns:
  • # of records modified (int)
  • msg (string): None if successful
  • Code Examples

    # Example Usage:
    userId = 18
    performanceStateId = 2
    system.kanoa.performanceState.updatePerformanceState(performanceStateId, userId)
    >
    5, None
    >>>