Question
WW Informatik
DE
Last activity: 4 Nov 2018 7:06 EST
Removing RARO's from Test/Production environments
Hi everyone,
I have a question regarding the deployment of RARO's
I have the following scenario:
I have 2 environments DEV and TEST.
I have one Access Role Name called APP:USER
This Access Role has 2 RARO Rules for @baseclass and Work-
-----------------------------------------------------------
DEV TEST
APP:USER APP:USER
@baseclass @baseclass
Work- Work-
------------------------------------------------------------
Now it turns out i don't need the Work- RARO for APP:USER so I remove it on DEV and build i product file which includes APP:USER access role and deploy to TEST. I will now have the following scenario:
-----------------------------------------------------------
DEV TEST
APP:USER APP:USER
@baseclass @baseclass
Work-
------------------------------------------------------------
Hi everyone,
I have a question regarding the deployment of RARO's
I have the following scenario:
I have 2 environments DEV and TEST.
I have one Access Role Name called APP:USER
This Access Role has 2 RARO Rules for @baseclass and Work-
-----------------------------------------------------------
DEV TEST
APP:USER APP:USER
@baseclass @baseclass
Work- Work-
------------------------------------------------------------
Now it turns out i don't need the Work- RARO for APP:USER so I remove it on DEV and build i product file which includes APP:USER access role and deploy to TEST. I will now have the following scenario:
-----------------------------------------------------------
DEV TEST
APP:USER APP:USER
@baseclass @baseclass
Work-
------------------------------------------------------------
So obviously i have now different situations on DEV and TEST because I deployed the Role but never deleted the Work- RARO on my TEST environment which is still linked to APP:USER.
What is the best approach to resolve this scenario? Similar question was asked here:
Is deleting from DB really the only way to get rid of these RARO's?
Cheers,
Manuel