ServiceNow Certified Application Developer — Question 79
What Module Link type is used to access an Application Properties page?
Answer options
- A. Single Record
- B. HTML (from Arguments)
- C. URL (from Arguments)
- D. Script (from Arguments)
Correct answer: C
Explanation
The correct answer is C, URL (from Arguments), because it allows direct access to a specific application properties page through a URL. The other options either do not support this functionality or are meant for different types of interactions, such as displaying records or running scripts.