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?
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=
Replace 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.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit