Is it possible to show some specific task status values to one group logged in users in smart client?
Page 1 / 1
Hi
I never tried it on the smart client, but in web and mobile it is possible via a client script. I am prety sure the same can be done with the smart client too.
Psedudo code:
var userGroupID = getDBValues('SQLScript');
if(userGroupID == SOME_GROUP)
{
set values on task status control
}
Cheers!
Actually, I want to keep restriction on smart client itself.
Thanks!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.