Dynamic Cell Access by Role

Options

I am looking for suggestions / alternative approaches for managing DCA by the user's assigned Role. Ideally, there would be an easy way to maintain this going forward.

 

1) I have heard a rumor that there is a trick wherein you somehow create a filtering module, then use the normal Roles>>Modules access assignments. Access to the filtering module somehow controls access to the line item.  If this approach works, it would minimize maintenance and simplifiy the overall process.  Unfortunately, I have been unable to make this work.  Does anyone have a trick up their sleeve?  

 

2) Another alternative might go something like this: Create (and maintain) a List of Roles, build a module by Users and Roles, export / import the Roles tab in order to maintain the mapping of Users to Roles, then use booliean logic like "If user has Role and Role is allowed read access then true" as filters for DCA.  Is there a practical how-to set of steps for this?  

 

 

Tagged:

Best Answer

Answers

  • and with David's solution for 2, you can actually solve 1 as you can use your mapping to maintain the actual user role:you can import from the module into the user settings, avoiding "maintenance" and managing user rights from a dashboard which is more user friendly.

  • Also, if required, you can actually have a different set of roles for DCA purposes and map user to mulitple roles.  You just have to amend the logic to check for each role line item

     

    2019-02-22_09-06-41.png

     

    2019-02-22_09-08-25.png

     

     

  • I have a customer who's trying to do this as well, but their user base and list of roles is large, changing often.  Any creative ways on how user to role mapping can be automated?  Only thing I can think of is an export of user role and an import to the mapping module.

  • Yep, unfortunately that is the only practical option, but you could schedule it to run overnight or 2x per day

    If you were going to run it during the day, you could also use an additional line item to only import the changes

     

    They will need to be wary of changing the use role whilst the users are in the model.  Imagine you are in the middle of entering data, the import runs, and now you can't edit/see what you could before!!!

     

    Hope that helps

    David

  • Indeed for models with large volumes of users this is still an hassle, would be easier if the role could be the basis for the DCA automatically.

     

    How we solved it now is that the user access is updated based on the module where the role is specified. Instead of setting the access in the User Access section, Access is maintained in a module and from the module imported into the User Access. This also allows a direct connection with the user access maintenance system outside Anaplan.

  • @maud_vermeulen 

    I am going to be looking at enhancements to the users list and roles, including the possibility of a system generated roles list, so that will hopefully make this a lot easier

    Don't hold me to dates at this point - I'm asking the requirements to be investigated - But watch this space!

    David

  • @DavidSmith Any luck on this requirement?

  • DEFLOTHE
    Options

    Is there any update on such kind of request?
    I have a similiar issue that I need to have a DCA based on model roles (not users).

    We have a timeframe for the forecast where the "normal users" can enter their figures. At one point they should not have the permission anymore except of the controllers. If I have to calculate the permissions for DCA on user level I produce like 15GB of Data ~3Billion cells to control an Input with ~200Million cells.

    It would help already if I could turn of the summary for the write permissions (this is factor 12) and read access = true.

    I would appreciate some help.

  • andrewtye
    Options

    @DEFLOTHE - the alternative would be to do a revision tag which turns off the particular forecast version, asssuming using versions, for all but the required user type

    And for DCA - if there's no other DCA enabled then you can just link to a user list boolean. You only need a boolean list item for the dimensions which unless your hiearchies are very deep & have many users I struggle to see how you'd get to 15Gb.

  • DEFLOTHE
    Options

    @andrewtye Thanks for the reply. We have a project financial plan which has the dimensions projects, accounts and time. There we have an adjustment input which has an additional requirement to be accessable depending on time, project, account and user. My hope was to replace users with roles (220 users vs 5 roles).

    The setup was done 6 years ago by consultants, sadly I have to say that they haven't implemented versions. That is the reason why our DCA lineitem ends up with ~15GB which is 26% cells of the total model.

    I got now the task to optimize.

    As I see it now my only chance is to change the selective access for each user depending on the time and role.