Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

SNC.UserCriteriaLoader documentation/functions?

corbettbrasing1
Mega Guru

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.

6 REPLIES 6

corbettbrasing1
Mega Guru

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.


john_s_valentin
Giga Contributor

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)]);