You are viewing limited content. For full access, please sign in.

Question

Question

Can workflow determine effective access rights?

asked on January 10, 2019

Hi,

Is there a way for Workflow to run a task equivalent to the "Entry Effective Access Rights Report" that is currently available via the WebClient?  Specifically, I would like to:

  • call to WF with inputs (1) EntryID and (2) Trustee
  • return from WF true/false tokens on access rights, for example:
    • Trustee can READ Entry = TRUE
    • Trustee can WRITE METADATA on Entry = FALSE
    • etc.

 

Other than the Assign Rights task, I can't really find anything related (and that has no read or reporting function).  Thanks in advance to anyone with info or ideas.

Best regards, ..... Steven.

 

0 0

Replies

replied on January 11, 2019

I don't believe there's anything built-in, but doing something similar with an SDK activity shouldn't be too difficult.  Entry.GetEffectiveRights is how you get a trustee's effective rights for an entry.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.