In the List View i want editable acesses only one field remaing all are not editable .
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I write code on onCellEdit but not working i will give my code the next line
function onCellEdit(sysIDs, table, oldValues, newValue, callback) {
var saveAndClose =true;
var editedfield=g_list.getColumnName();
var allowField="u_item_type";
if(allowField == editedfield){
saveAndClose=true;
}
else{
saveAndClose=false;
}
callback(saveAndClose);
} pls check the code and any errors are any modifications pls update and also trying ACLs also but notworking
0 REPLIES 0
