- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 10:13 AM
Hello all,
I am trying to create a module to open a new record, in a specific view, with some field values set to defaults.
I have created the view 'My View', and I'm able to change the view manually on existing records, to this new view.
The arguments field in my module definition is set to:
u_mytable.do?sys_id=-1&sysparm_view=My View
When I click the module, a new record is opened but the view shows as: [null view].
Any thoughts on this?
Ultimately I'd like to be able to set some other fields on the new record to defaults, by setting the arugments field to someting like this:
u_mytable.do?sys_id=-1&u_myfield=Blah&sysparm_view=My View
More generally, is there any documentation available detailing the various options for sysparms in URLs (for lists and for single records).
Thank you
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 10:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2019 10:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2019 10:00 AM
Thank you Tony. This is working for me 🙂