Bulk update Edit function in list view of workspace -facing issues

Snehal Madakatt
Mega Sage

Hi Team,

 

I have to achieve below in ==> Bulk update Edit function(using EDIT button) in list view of workspace. But its not working.In native UI its working but not in workspace list view.

1. The reference qualifier is not working on bulk update. Eg: the assigned to field shows all users, not the intended users

2. I want to make the field B read only based on the choice selected in Field A. I tried using oncelledit client script, but its not working. It works in native UI.

3. I want to show warning message in list view of workspace. Eg: When 5 record's state is changed to close, before updating the records, it should give warning as "5 records will be closed", when ok is selected then the records should get updated. 

SnehalMadakatt_1-1700314774603.png

 

 

Can someone help on the above.

 

Regards,

Snehal

2 REPLIES 2

Community Alums
Not applicable

Hi @Snehal Madakatt ,

Unfortunately, that's the limitation on Workspaces!!

You cannot run OnCellEdit on workspaces, works only in native UI.

 

Hello Sandeep,

An can this Edit functionality also be activated on Related lists ?