SNC.UserCriteriaLoader documentation/functions?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2017 11:26 AM
Is there documentation anywhere on the class SNC or SNC.UserCriteriaLoader? I cannot find anything...anywhere. I want to know the helper function that apply to user criteria.
- Labels:
-
Knowledge Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2017 12:04 PM
Hi Corbett,
It's part of "User Criteria" (com.glideapp.user_criteria) plugin:
Callable under form: SNC.UserCriteriaLoader.getAllUserCriteria()
Returns an array of sys_ids of the user criteria available to you. (applies to user's current login session.)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2017 06:31 PM
Sergiu thank you for the reply. What about getting ALL of the functions associated with SNC class? Its on the java layer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2017 10:43 AM
Hi Corbett,
Did you check this space? https://developer.servicenow.com/app.do#!/api_doc?v=geneva&id=server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2017 04:40 AM
I don't see any other available functions in the UserCriteriaLoader class.
It's the only one available.