Question

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

  • 1 July 2023
  • 2 replies
  • 35 views

Badge +1

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


2 replies

Userlevel 6
Badge +26

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!

Badge +1

Actually, I want to keep restriction on smart client itself.

Thanks!

Reply