SNOW

123456789101112131415161718192021222324252627282930
Across
  1. 2. When we navigate away from the form view without saving the record, a message appears, click "Leave this Page" to confirm cancellation. Which glide.ui. property can an admininstrator set to false to disable this confirmation message
  2. 3. One of the key element in WS Security Profile when using SOAP messages
  3. 4. Where will be the script written for creating a request via email in Service Now.(7,7)
  4. 8. To Remove Remember me check box from login page this need to set true________.
  5. 10. Displays configuration items and their relationships, such as computers on a network, in a navigational view
  6. 13. What Application can be used to provide step by step sequence of dialog boxes that lead the user through a procedure?
  7. 14. Which function when used in a business rule or any other server JavaScript, returns a user object.
  8. 16. Function which Retrieves the field value of the current record and escapes it for use in Jelly scripts.
  9. 18. The JavaScript class used to customize forms.
  10. 19. Which is the business rule that is triggered on the sc_req_item table to start the work flow
  11. 20. Which g_form function can be used to put an error message below the specified field [used like : g_form.functionName("field_name", "Hello World") ]
  12. 21. Which option is used to insert a new record in the table and to show the new record inserted?(6,3,4)
  13. 25. Used to apply consistently to records regardless of how they are accessed through forms, lists, or Web Services (8,4)
  14. 26. The role once granted to a user after which he can customize Global Text Search groups and tables
  15. 27. While parsing the XMl file the function that is used to retrieve the value of an element.
  16. 29. Using which button action in the dictionary can we delete a table (6,5)
  17. 30. Which module in service-now can be used for assigning read, write, create or delete operation for a type of record or ui-page? (6,7)
Down
  1. 1. Property when set to true, a user can modify the data in the list view by using keyboard navigation, like in spreadsheet.
  2. 5. One of the option only available to admin on the banner frame
  3. 6. Related list that can be saved without navigating away from the form and which gets saved when the form changes are saved is called
  4. 7. Which system role needs to be assigned to a user while working on system webservices?
  5. 9. In the Action choice list for any system table it is the option, only available to an admin.
  6. 11. What is an easy way to put buttons, links, and context menu items on forms and lists, making the UI more interactive, customizable, and specific to user activities. (2, 7)
  7. 12. The table which is used for service catalog variable reporting
  8. 15. What kind of a workflow activity can be used if we need to reset or transition to earlier activity
  9. 17. To support multiple languages to translate annotation comments which table record can be used.
  10. 22. Provides a graphical representation of other tables related to that table, either through class extension or reference (6,3)
  11. 23. Filed value determines the SLA's behavior if it is attached to the task at a point later than the task's creation.(11,5)
  12. 24. When we use GlideRecord , the function that is used to find the exact query that would run on the table
  13. 28. Which is the utility that will be used to call the web services.