Need to make Assigned to readonly based on,lgges in user

Abhinab Achary1
Tera Guru

Hi All,

I have a requirement where i need to make Assigned to field readonly if the Assignment group selected is not only of the group that the logged in user is a member of. But the moment is changes the Assignemnt group to one of the group he is memeber of the Assigned to field should be editable..

Please help me on this as to how can i achieve this.

Thanks,

Abhinab

1 ACCEPTED SOLUTION

Hi Abhinab,



Not sure why you are thinking it is bad idea but for me it worked using glide ajax.



1.Script include



find_real_file.png


2.Client script


find_real_file.png



Thanks,


Kh


View solution in original post

7 REPLIES 7

Hi Abhinab,



Not sure why you are thinking it is bad idea but for me it worked using glide ajax.



1.Script include



find_real_file.png


2.Client script


find_real_file.png



Thanks,


Kh


Its doable but not advisable as we should always avoid client server and coding and scripting as much as we can unless no way left. ACL is a easy and less impact on performance. but i am no idea why thay in my instance somthing is overiding the Assgned to back into old   value. what could be the possible cause if someone can suggest


derekjohnson1
Kilo Contributor

this is not working for me. ?? is this just an onchange script or do we need one for onload too?