Which Link type creates a module that opens a Record Producer UI rather than a Form UI?
A Record Producer is opened through a URL that points to the catalog item view, so the module Link type must be "URL (from Arguments:)", where the Arguments field holds the record-producer URL (e.g. com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=<sys_id>). This produces a module that loads the Record Producer UI instead of a standard Form. "Content Page" is used for CMS/portal content pages, "Script (from Arguments:)" builds the URL via server script for other purposes, and "HTML (from Arguments:)" renders raw HTML — none of these are the standard mechanism for opening a Record Producer.
Community Discussion