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-08-2017 11:05 AM
Yep its not there, and I have actually never seen any documention of any code at the java layer we can call and use. There is also a bunch of it in PPM too, like the class RP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2018 04:26 AM
SNC.UserCriteriaLoader properties: ,get,getUserCriteria,getAllUserCriteria,arguments,prototype,name,arity,length
Their implementations are hidden.
This will list properties on the object:
var ucl = SNC.UserCriteriaLoader;
gs.log(['SNC.UserCriteriaLoader properties: ', Object.getOwnPropertyNames(ucl)]);