- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 07:34 AM - edited ‎12-29-2023 07:34 AM
I am adding an event mapping to my list component to open a new record when the "New" button is clicked. There is a "New record button clicked" event mapping that seems pretty straightforward but nothing happens after I click the new button on my list. I am passing the payload of the table I am on and then "-1" as the sysid since I new record creation defaults to "-1". Any idea what I'm doing wrong?
Configuration below.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 12:18 PM
The issue was the table I was using needed more than just a sys_ID for record creation. Once I passed the additional required data, it worked.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 08:57 AM
Configuration is correct.
Make sure you are testing correct page variant.
Also there should be record page available in your workspace.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-29-2023 12:18 PM
The issue was the table I was using needed more than just a sys_ID for record creation. Once I passed the additional required data, it worked.