UI Builder - Configuring New Button on List Component

IndianaJones
Tera Expert

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.

 

IndianaJones_0-1703863992249.png

 

1 ACCEPTED SOLUTION

IndianaJones
Tera Expert

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. 

View solution in original post

2 REPLIES 2

Anil Lande
Kilo Patron

Configuration is correct.

Make sure you are testing correct page variant.

Also there should be record page available in your workspace.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

IndianaJones
Tera Expert

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.