User Activity
I want to retrieve survey questions from a table to display on a portal page. However I want to be able to hover over certain words and their definitions appear from a word/definition table on the Portal pagesurveyQuestion.next();data.question = {}...
03-11-2025
// Portal page, retrieving question text from a table (server side) and changing the innerHTML to display the definition // when a user hovers over the word in the question text. // Currently the query to a table for the questions to be returned.var ...
01-16-2025
In a Service Now multi tenant environment which I am APPX can I use the SN OOB Surveys and survey responses (hide the surveys and their responses) from all other application users to include the users with OOB survey_admin,survey_reader, and assessm...
01-10-2025
Two Questions:1. Can we write to a custom table instead of the asmt_metric_result global table. It seems that you cannot extend the global "asmt_" tables and there are ACL roles(survey_admin, survey_reader, survey_creator)which allows anyone with tho...
I want to use the ServiceNow OOB Survey capabilities and tables within a custom application.Will I be able to restrict my survey and the users question responses to only my users verses anyone else? If so how?I may need to extend one or more of the...