There was a previous post on how to modify the schedule.csp page to restrict access to scheduling reports by userid. Does anyone know the appropriate syntax for the csp page to reference a user group. We run reports out of our productions system and we want to restrict users in particular groups from running any reports during business hours.
Apparently, this is the code to restrict by Administrator userid.
iStore.EnterpriseSession.UserInfo.UserId == 12
Apparently, this is the code to restrict by Administrator userid.
iStore.EnterpriseSession.UserInfo.UserId == 12