List view control - editing and removing rows options are greyed out


HI

 

I have created smart object and generated smart form for List View Type. Enable List Editing is selected but options to edit and remove rows are greyed out. Please see attached.

Can anyone explain why this is?

 

Thanks

Lena11343i81C1014886A5AD50.png


12725i270AC703A0E7613A.png


2 replies

Badge +15

Hi,

 

Are you using a SQL SmartObject? If so, please check the database table your SmartObject is referencing, and make sure it has a primary key specified. If no primary key is specified, you will not be able to update any records.

Badge +6

This errors come generally if you have only "Get list method " in your smart object . so please check your smart object that are you getinng other method ? 

 

if no you need to see service object and design the table with primary key to get the other method.

Reply