Skip to main content

system.kanoa.performanceState.unlinkPerformanceState(performanceStateLinkId, userId)

Deletes this performance state link


Parameters

performanceStateLinkId Integer: Id of the performance state link to delete
userId Integer: Id of user executing the function


Returns

# of records modifed Integer
msg String None if success


Example

performanceStateLinkId = 15
userId = 18
retVal, msg = system.kanoa.performanceState.unlinkPerformanceState(performanceStateLinkId, userId)