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

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

Hi Corbett,



It's part of "User Criteria" (com.glideapp.user_criteria) plugin:



List of Helsinki plugins



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.)


corbettbrasing1
Mega Guru

Sergiu thank you for the reply.   What about getting ALL of the functions associated with SNC class?   Its on the java layer.


I don't see any other available functions in the UserCriteriaLoader class.


It's the only one available.