Is there an open method in RTC API to get which workitems are prevent editing?
2 answers
The only API I am aware of that is in this direction is the permission aware API for queries. However, that is only for which items you have (or lack) read access. The work item save evaluates if the work item can be saved during the save, which also includes operational behavior. I doubt there is something like that, especially also covering operational behavior.
Comments
Thanks Ralph, I debug the code when I save a work item, and see there will get the behavior configuration but the method are all private or protected. However write my own method to get the configuration of Operation Behavior may so hard cause I am not the RTC Developer. Do you have any suggestion?
Hi, I am sorry, but I have not tried that yet and it might be very hard to do too.
Thanks Ralph.