Hi @bhhelk
Did you try a client script? Hide/Display the buttons according to the user.
Cheers!
Hi @Shneor Cheshin ,
Edit/delete buttons can not be hidden using a client script in FSM6 web client.
@bhhelk
Why not? I did it many times.
Depends on your solution and configurations.
Assuming you have the fancy notes ui, you will need to get rid of it first. Then add the notes table to a tab. Then you will get the standard button layout - delete/add
Then, according to your logic on after the data load event
- setControlVisibility('wo_text', 'delete', true);
- For each row, you will need to enable/disable the text field so it is not editable.
Never tried this specific solution, but sounds doable.
Cheers!