/mcpgetSystemCode() Retrieves the system code value. The system code is the reserved status of the reason code. This is supported from Cisco Finesse, Release 11.6(1) ES1 onwards. Returns {String} The value for systemCode. getUri() Retrieves the URI value. Returns {String} The URI value. TeamNotReadyReasonCodes Class finesse.restservices.TeamNotReadyReasonCodes Extends finesse.restservices.RestCollectionBase Represents the list of Not Ready reason codes configured for the team as a collection of TeamNotReadyReasonCode objects. Example new_team.getTeamNotReadyReasonCodes({ id: id, onLoad: _onTeamLoad, onChange: _onTeamChange, onError: _onTeamError }) For additional parameters and methods, see RestCollectionBase Common Parameters, on page 452. TeamSignOutReasonCodes Class finesse.restservices.TeamSignOutReasonCodes Represents a collection of TeamSignOutReasonCode objects and also exposes methods to operate on the object against the server. Example new_team.getTeamSignOutReasonCodes({ id: id, onLoad: _onTeamLoad, onChange: _onTeamChange, onError: _onTeamError }) For additional parameters and methods, see RestCollectionBase Common Parameters, on page 452. Methods get() Retrieves the sign out reason codes. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 492 Cisco Finesse JavaScript APIs TeamNotReadyReasonCodes