Skip to main content

system.kanoa.performanceState.deletePerformanceStateClass

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 Examples

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