Not able to filter records on incident table, using dot walking field via business rule
I'm trying to filter records on incident table based on a dot walking field on incident form, but it is not filtering the records. The query is var parentZIP = u_customer_site_name.location.zip; var Inc = new GlideRecord("incident"); ...