Getting error in listview when keeping static Edit button

0
Hi,  Getting below this error when keeping the “Edit” button in listview to redirect it to edit page with default details. Please suggest to resolve the issue. Please find screenshot attested below.  
asked
2 answers
0

The edit button should create an object and then open the new edit page.

 

Like so

answered
0

Hi Chandra shekar,

The TeamMember_Edit_Administrator has a Dataview which expects Accoountpassword data. 

You will have to either change the Dataview context to Team member entity.

I would suggest you look at how it is done for Account edit in the administrator module.

answered