Skip to main content

Is it possible to show some specific task status values to one  group logged in users in smart client?

Hi @Ooha Priya Battula 

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