PySNC icon indicating copy to clipboard operation
PySNC copied to clipboard

gr.get_link_query() uses CONTAINS instead of LIKE

Open vetsin opened this issue 2 years ago • 0 comments

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?

vetsin avatar May 31 '23 20:05 vetsin