This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do I get state transition permission

Parents Reply
  • I haven't had to do this for a while but my initial recollection is that you need to look at the "AccessControlList" property on the state transition API object: M-Files API - StateTransition Object

    When working with the access control lists via the API note that the actual property names of the various elements are designed to mimic the access control list functionality on an object in the vault, but are re-used for things like this.  As a result it may be easiest to have a specific ACL configured on a state transition first, then observe the state of the resulting COM API object to see what properties do what.

Children