diff --git a/entity/Organisation_entity/entityfields/selfduplicatesuncached/children/onlyshowcontactids_param/valueProcess.js b/entity/Organisation_entity/entityfields/selfduplicatesuncached/children/onlyshowcontactids_param/valueProcess.js
index fb1fb5a8a32712bada3cc0eae50a16cf5983fcd3..aaaeaa3d0f69ddc0bbd6d0f418bbb40e7c2b4e55 100644
--- a/entity/Organisation_entity/entityfields/selfduplicatesuncached/children/onlyshowcontactids_param/valueProcess.js
+++ b/entity/Organisation_entity/entityfields/selfduplicatesuncached/children/onlyshowcontactids_param/valueProcess.js
@@ -14,6 +14,9 @@ var entityFieldsToLoad = DuplicateScannerUtils.GetEntityFieldsFromConfig(scanner
  //as key/value pairs into an object. This is used to trigger the scan for duplicates
 let fieldValue = "";
 let entityFields = [];
+
+vars.get("$field.STANDARD_CITY")
+
 for (fieldname in entityFieldsToLoad) 
 { 
     field = entityFieldsToLoad[fieldname];