Hello,
I am trying to setup a page in the IT Shop for our helpdesk staff to restore AD objects. So far I have got a process running which populates a custom table in the database of all the AD deleted objects and I have a page in the IT Shop that displays all the objects with a button next to each one to restore the object. The idea being that when the helpdesk staff click on restore, it updates the table with a value in CCC_ShouldRestore with a value of True. After that, I am going to have a process which runs some powershell to restore the object.
The issue I am having is that when I click on the restore button it should update the column CCC_ShouldRestore with True on the row and then save it... but I get an error that says: "You cannot change values of read-only objects."
How do I resolve this please?
Thanks (and merry Christmas for those that celebrate it!)
Paul