Hey All,
I am using PAW Cloud.
The user 'Test1' currently SHOULD NOT have access to amend data in the 'Finance' cube.
I have used the function DataReservationGet to check that the user does not have any node reserved.
sReserved = CubeDataReservationGet(s, sCub,'', '|||||||');
WHILE(sReserved @<>'');
ASCIIOUTPUT('zDebug.csv',NumberToString(s),sReserved);
s=s+1;
sReserved = CubeDataReservationGet(s, sCub,'', '|||||||');
END;
And the Department they are able to edit i,e. 'GR' they do not have reserved..
The cube property is to REQUIRED
What might be causing data to be editable despite it being not reserved.
Thank You for your help.
Regards,
SG