how to validate glide_list in encoded query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:30 AM - edited 12-21-2023 02:45 AM
Hi All,
How to validate field type glide_list data in an encoded query tried below but not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:40 AM
Hello @jobin1 ,
Your query seems to be correct, In this you are trying to add compsysid and mailbox values.
So once confirm that compsysid would be the copany record sys_id and mailbox should be an ( , ) sepated array.
can you please let me know what you are trying to do?
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:42 AM - edited 12-21-2023 02:43 AM
yes that's correct.And till u_active=true^u_override=true^u_company=' + compsysid + query is working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 07:12 AM
So what is the value of mailbox varible? Can you show me the if this isn't resolved yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 02:47 AM
Hi, I suggest to check the field name (database value) and export xml file for this entry & map the field name , value. To troubleshoot the issue try to split value like css_assign_rule .addQuery('u_active', 'true'); css_assign_rule .addQuery('u_company', compsysid);
Suresh.