CAD · Question #141
CAD Question #141: Real Exam Question with Answer & Explanation
The correct answer is C: URL (from Arguments). When creating a module that should open a Record Producer (catalog item form) instead of a standard ServiceNow form, you must select 'URL (from Arguments)' as the Link Type and supply the relative URL to the Record Producer (e.g., /com.glideapp.servicecatalog_cat_item_view.do?v=1
Question
Which one of the following is the correct Link Type to select when creating a module that opens the Record Producer UI for a user rather than the ServiceNow form UI?
Options
- AContent Page
- BScript (from Arguments)
- CURL (from Arguments)
- DHTML (from Arguments)
Explanation
When creating a module that should open a Record Producer (catalog item form) instead of a standard ServiceNow form, you must select 'URL (from Arguments)' as the Link Type and supply the relative URL to the Record Producer (e.g., /com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=...). The other link types - Content Page, Script, and HTML - do not provide a straightforward way to redirect users to a Record Producer's catalog UI.
Topics
Community Discussion
No community discussion yet for this question.