system.kanoa.performanceState.checkPerformanceStateClassPath
Description
checks if an performanceStateClassPath exists and creates it if it doesn'tSyntax
checkPerformanceStateClassPath(performanceStateClassPath, userId)- performanceStateClassPath (string)
- userId (int)
# of records modifed (int), msg (string): None if success
Code Example
# Example Usage:
performanceStateClassPath = 'Operations'
userId = 18
system.kanoa.performanceState.checkPerformanceStateClassPath(performanceStateClassPath, userId)
>
1, None
>>>