diff --git a/entity/AddressValidation_entity/entityfields/region/valueProcess.js b/entity/AddressValidation_entity/entityfields/region/valueProcess.js
new file mode 100644
index 0000000000000000000000000000000000000000..92e07bbb571b917db66834d934553b918200f91b
--- /dev/null
+++ b/entity/AddressValidation_entity/entityfields/region/valueProcess.js
@@ -0,0 +1,5 @@
+import("system.result");
+import("system.vars");
+
+
+result.string(vars.get("$field.CITYEXT"));
\ No newline at end of file