Error: editing a variable on a checked out item is restricted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 11:43 PM
Hi, I have a script that after creating a catalog item in catalog builder adds questions to the item.
The script stops after 2 questions and I get the error "Editing a variable on a checked out item is restricted". what can i do?
This happens only to non admin users.
It happens on one instance and on another my script works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 05:15 AM
If the script runs on one, and not on the other, there is a difference. I do think you should consider why an item is checked out on TEST if you also have a DEV.
But to resolve this, you will have to find the differences between the instances. Add logging to your code to see what happens and when.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark