How do I get state transition permission

Parents Reply
  • Have you checked what you get back there, and what the state of the objects are?

    My assumption is that the state transition's AccessControlList has a "CustomComponent", and that CustomComponent has AccessControlEntries values for each entry in the above screenshot (e.g. for the one you showed, one entry that represents the pseudo-user entry).

    Is that correct so far?  Or not?  What are you seeing when you debug this code and look at the state of things?

Children