Creation of support group with view access and monitoring view without designer role

Is it possible to create a L2 support group for an application with process monitoring view but without giving them designer acces?

main objective is to monitor the process instances and in case of failure doing basic analysis and report L3.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Swati Sharda

    I think the cleanest way of doing this is no introduce separate groups for each environment and assign these groups the respective object security roles. Then remove any DEVs from their developer groups and put them in the new groups on UAT.

    But I suggest another option. As any change to code should always originate from DEV, why not just forward the package created on DEV -> UAT -> PROD. This way, you can make sure that nothing has been changed.

Children