From 3f2c1a8725b18c16d63533e1497f9ac5673f6540 Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Mon, 13 May 2019 14:46:55 +0200 Subject: [PATCH] add New Webservice-config --- .../_____PREFERENCES_PROJECT.aod | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod index b15f3c70f2..3e5bbf87de 100644 --- a/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod +++ b/preferences/_____PREFERENCES_PROJECT/_____PREFERENCES_PROJECT.aod @@ -2,7 +2,7 @@ <preferences xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="3.1.0" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/preferences/3.1.0"> <name>_____PREFERENCES_PROJECT</name> <majorModelMode>DISTRIBUTED</majorModelMode> - <projectName>xRM-Basic5</projectName> + <projectName>xRM-Basic2019</projectName> <jditoMaxContentSize v="57671680" /> <calendarCategoriesEvent> <entry> @@ -54,6 +54,26 @@ <name>addressValidation.countryParamName</name> <property>country</property> </customStringProperty> + <customBooleanProperty> + <name>zipCityValidation.enable</name> + <property v="false" /> + </customBooleanProperty> + <customStringProperty> + <name>zipCityValidation.url</name> + <property>https://services.aditosoftware.local/services/rest/ws_checkZipCity</property> + </customStringProperty> + <customStringProperty> + <name>zipCityValidation.user</name> + <property>Admin</property> + </customStringProperty> + <customStringProperty> + <name>zipCityValidation.pw</name> + <property>a</property> + </customStringProperty> + <customStringProperty> + <name>zipCityValidation.countryParamName</name> + <property>country</property> + </customStringProperty> <customBooleanProperty> <name>phoneValidation.enable</name> <description></description> -- GitLab