Hi Everyone,
I have notes on a Case the requirement was to disable adding/edit on notes on a closed/deactivate Case,only allow viewing.
I have a custom j script code that I have found online and below is the code :
$(“#notescontrol a[title=’NOTES’]”).attr(‘disabled’, ‘disabled’); }
The issue is it rather than disabling everything add/edit and view of notes on a closed Case,As such this code is not doing what is is supposed to do.
Can anyone assist I need j script code that will enable my users not to edit/add a note on a closed case, but at the same time only allow view of a note on a closed case.
Anyone who can assit
Regards.
*This post is locked for comments
Hi mydoll,
I have the samme issue. I was wondering if you find a solution that locks the notes and only allows viewing them
Regards
Hi Mohd,
Thanks for the article but this is not what I need.
I do not need to hide notes/activities
I rather want those displayed/allow edit and add when Ia case is open
And only when the regarding case is closed allow only view of all added notes on the specific case but disable editing and adding.
Regards.
Try this to hide New Note option.
if(!AllowInsert)$('#createNote').hide();
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156