ServiceNow / PySNC

Python API for ServiceNow
MIT License
91 stars 28 forks source link

gr.get_link_query() uses CONTAINS instead of LIKE #84

Open vetsin opened 1 year ago

vetsin commented 1 year ago

e.g. the api/record query expects list_fieldCONTAINSv1,v2 but the sysparm_query for list view expects list_fieldLIKEv1,v2 -- so the function to generate the link should convert accordingly?