nerdexam
ServiceNow

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…

Submitted by mike_84· Apr 18, 2026Application User Interface

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)
  • A
    92% (35)
  • B
    3% (1)
  • D
    5% (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

#Module Configuration#Record Producer#UI Navigation#Link Types

Community Discussion

No community discussion yet for this question.

Full CAD Practice