Hi folks I have the below section access, if I want a user to access more than one category for example two hospitals in stead of one what would be the code.
I tried 1,2 but doesn't seem to work
SectionAccess; LOAD * INLINE[ ACCESS, NTNAME, HOSPITALID ADMIN, domain\joebloggs,* // where * is access to all hospitals USER, domain2\janebloggs, 1 //where 1 is the ID key of hospital one, 2 would be hospital 2 etc (want to add access to another hospital so is it 1,2?) ];