glideajax and script include code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 10:12 PM
Hi
I have a requirement to only show users who are managers on the form
I am doing glideajax call onload of form.
Script include function:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 11:04 PM
Hello @Kanika4 ,
From below scripting you will get all the list of managers and you can put it in a choice field on any form.
Do one client script and use below code in it :
And also do one client callable script include as below :
If above solution resolve your problem then please mark my answer as helpful.
Thank You !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2024 07:48 PM
Hi,
When I tried to implemented your code, the form field is just loading and loading and the page keeps on loading and become unresponsive. I have tried everything but its working.
Could you pls point out whats the issue with my code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2024 07:49 PM
Also, its not filtering out the managers. Ihave seen the users who are not managers for any other user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2024 09:19 PM
Hi @Kanika4
Please try the below code:
