Skip to main content
Question

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

  • July 1, 2023
  • 2 replies
  • 40 views

Forum|alt.badge.img+1

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

2 replies

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • July 2, 2023

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!


Forum|alt.badge.img+1

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

Thanks!