Skip to main content

system.kanoa.performanceState.deletePerformanceStateClass

This function requires KanoaOPS module

Description

deletes an item stateclass and any performanceState or other item stateclasses underneath it. (kanoaOPS)

Syntax

deletePerformanceStateClass(performanceStateClassId, userId)
  • Parameters
      performanceStateClassId (dict)
      userId (int)
  • Returns
    # of records modified: int, msg (string): None if success
  • Code Example

    # Example Usage:
    userId = 18
    performanceStateClassId = 7
    deletePerformanceStateClass(performanceStateClassId, userId)
    >
    1, None
    >>>