hello, |
Re: how to set RMCDA access |
Re: how to set RMCDA access
I was actually looking for how to do this by DXL rather than manually.
void setRMCDA( View v, string groupName ) {
set( v, delete, groupName )
set( v, control, groupName )
}
void setRMCDA( View v, string groupName ) {
set( v, control, groupName )
set( v, delete, groupName )
}
|
Re: how to set RMCDA access emily_butt - Tue Nov 22 13:46:47 EST 2011
I was actually looking for how to do this by DXL rather than manually.
void setRMCDA( View v, string groupName ) {
set( v, delete, groupName )
set( v, control, groupName )
}
void setRMCDA( View v, string groupName ) {
set( v, control, groupName )
set( v, delete, groupName )
}
|
Re: how to set RMCDA access emily_butt - Tue Nov 22 13:46:47 EST 2011
I was actually looking for how to do this by DXL rather than manually.
void setRMCDA( View v, string groupName ) {
set( v, delete, groupName )
set( v, control, groupName )
}
void setRMCDA( View v, string groupName ) {
set( v, control, groupName )
set( v, delete, groupName )
}
Permission all = read|modify|create|delete|control
void setRMCDA( View v, string groupName ) {
set( v, all, groupName )
}
|
Re: how to set RMCDA access OurGuest - Tue Nov 22 14:11:26 EST 2011 |