Hi Experts,
We secured our scope (Group) dimension in a consolidation model, so that sub-consolidators can only run the relevant sub-consolidation. This is in addition to Entity specific security.
However, when running the data manager package Copy Opening – a sub-consolidator receives a warning since the Copy Opening attempts to run for all scopes. I tried to restrict the Copy opening task in the script logic and the DM package, but could successfully limit the Copy Opening package to just run for the base level S_NONE that all users access.
Examples of attempted restriction in script logic:
SCOPE = S_NONE
//'Original other line below
OTHER = [ENTITY = %ENTITY_SET%]
// modified to
OTHER = [ENTITY = %ENTITY_SET%, SCOPE = %SCOPE_SET%]
Any ideas on how to address - either through Copy Opening script adjustment or a security work around?
Thanks
Eyal