Skip to content
Snippets Groups Projects
Commit 3a1eeda6 authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

Merge branch '2021.0_1075418_fix' into '2021.0'

2021.0 1075418 address din format

See merge request xrm/basic!732
parents b094bccf e89fc773
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,6 @@ if(vars.get("$this.value") == null) ...@@ -11,6 +11,6 @@ if(vars.get("$this.value") == null)
} }
else if ((vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW || vars.get("$sys.recordstate") == neon.OPERATINGSTATE_EDIT)) else if ((vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW || vars.get("$sys.recordstate") == neon.OPERATINGSTATE_EDIT))
{ {
result.string(vars.get("$field.ChosenAddress.displayValue")); result.string(AddressUtils.getAddressById(vars.get("$field.ChosenAddress")));
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment