Posted by Oscar
2015-10-16

Dear: Tom
I have two people viewing the same entre but I need to make some people read some part only, and some people change the other part, I need to make some column read only how can I do that.
Posted by Tom
2015-10-18

Hi, first of all, you have tell two users apart. The following code allows you to get the username of the login user:
$username = $this->sys->AuthSession->GetV( "username" );
You can use the username to conditionally execute code.