- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2018 12:53 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2018 02:36 AM
Hi Abhinab,
Not sure why you are thinking it is bad idea but for me it worked using glide ajax.
1.Script include
2.Client script
Thanks,
Kh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2018 02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2018 02:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2020 09:03 AM
this is not working for me. ?? is this just an onchange script or do we need one for onload too?