How to grant ITIL user Update/Save button on Change/Task pageIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms ITIL user can not Update/Save on Change Task page Release All Cause UI Action has changed Resolution Using the OOB UI Actions that show the Update buttons or the save menu itemsave<your instance>/nav_to.do?uri=sys_ui_action.do?sys_id=47fd7f4dc0a8000600a552278b5232ab Update<your instance>/nav_to.do?uri=sys_ui_action.do?sys_id=42df02e20a0a0b340080e61b551f2909You can bring these up in a text editior and compare against your records to see if they were modified.If your were modified you will need to modify your custom UI Action use these Itil users can see these buttons. If they have not been modified then the next step is to look at the acl's:1.Go to the navigator as an admin and turn on the "Debug All Security" (this only affects your current session).2.Impersonate an itil user3.Go to the change_task.list in the navigator4.Select one of the change tasks5.After the page fully loads scroll down and see where the acls have failed and see if you made modifications to them and modify accordingly to get itil user to have access save and update these records. NOTE:Once you are done you can go to the navigator and session debugging > select "Disable All" Or logoff and backon should also turn off debugging.