CAD · Question #154
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?
The correct answer is A. URL (from Arguments:). To open a Record Producer interface (a catalog-item-based form used to create records) instead of the native ServiceNow table form, you must set the module's Link Type to 'URL (from Arguments:)' and supply the Record Producer's direct URL in the Arguments field. HTML and Script…
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
- AURL (from Arguments:)
- BHTML (from Arguments:)
- CScript (from Arguments:)
- DContent Page
How the community answered
(38 responses)- A92% (35)
- B3% (1)
- D5% (2)
Explanation
To open a Record Producer interface (a catalog-item-based form used to create records) instead of the native ServiceNow table form, you must set the module's Link Type to 'URL (from Arguments:)' and supply the Record Producer's direct URL in the Arguments field. HTML and Script link types do not provide a direct redirect to the Record Producer UI, and Content Page is used for CMS-style page content, not catalog item forms.
Topics
Community Discussion
No community discussion yet for this question.