PySNC
PySNC copied to clipboard
gr.get_link_query() uses CONTAINS instead of LIKE
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?