In ServiceNow, a Record Producer is a specific type of catalog item that enables users to create task-based records through a simplified interface. servicenow.com To create a module that directs users to a Record Producer UI: Link Type Selection: Choose "URL (from Arguments:)" as the Link Type. This option allows you to specify a direct URL, enabling the module to open the desired Record Producer interface. URL Configuration: In the "Arguments" field, input the URL that points directly to the Record Producer. This URL typically follows the format: /record_producer.do?sys_id=<sys_id_of_record_producer> Replace <sys_id_of_record_producer> with the actual sys_id of the Record Producer you intend to open. By configuring the module this way, users accessing it will be presented with the Record Producer's user-friendly interface, facilitating the creation of new records without navigating through the standard form UI.