diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod index 2d38273879e6dde845177b56147bfc3403c82138..c0af0bf9d002c3140ff77a34453747e6e6945dfb 100644 --- a/entity/Organisation_entity/Organisation_entity.aod +++ b/entity/Organisation_entity/Organisation_entity.aod @@ -1419,6 +1419,43 @@ <name>IgnoreOrderBy_param</name> <expose v="true" /> </entityParameter> + <entityProvider> + <name>OrganisationForQuickEntry</name> + <lookupIdfield>ORGANISATIONID</lookupIdfield> + <documentation>%aditoprj%/entity/Organisation_entity/entityfields/organisationforquickentry/documentation.adoc</documentation> + <children> + <entityParameter> + <name>WithPrivate_param</name> + </entityParameter> + <entityParameter> + <name>AttributeId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>AttributeKeyId_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>ExcludedContactIds_param</name> + </entityParameter> + <entityParameter> + <name>ExcludeOrganisationsByPersonId</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>MapViewAdditionalFeatures_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>MapViewCenterLat_param</name> + <expose v="false" /> + </entityParameter> + <entityParameter> + <name>MapViewCenterLon_param</name> + <expose v="false" /> + </entityParameter> + </children> + </entityProvider> <entityConsumer> <name>AllTopics</name> <dependency> diff --git a/entity/Organisation_entity/entityfields/organisationforquickentry/documentation.adoc b/entity/Organisation_entity/entityfields/organisationforquickentry/documentation.adoc new file mode 100644 index 0000000000000000000000000000000000000000..e0d9111e4a4f052416f9727de000171b84142821 --- /dev/null +++ b/entity/Organisation_entity/entityfields/organisationforquickentry/documentation.adoc @@ -0,0 +1,6 @@ +== OrganisationForQuickEntry + +returns the organisationId + +This provider is mainly used by the quickentry entity in order to be able to create persons without an new organisation. +Instead an existing organisation is used. The quickentry entity needs in that case an organisationid. \ No newline at end of file diff --git a/entity/QuickEntry_entity/QuickEntry_entity.aod b/entity/QuickEntry_entity/QuickEntry_entity.aod index 613261bd8435ef518267edb72515b8a8c8632884..d46fb787fa7dd1614b3e7e3942eeb5238d92f773 100644 --- a/entity/QuickEntry_entity/QuickEntry_entity.aod +++ b/entity/QuickEntry_entity/QuickEntry_entity.aod @@ -20,6 +20,7 @@ <title>Company</title> <contentType>TEXT</contentType> <mandatoryProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/organisation_name/mandatoryProcess.js</mandatoryProcess> + <stateProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/organisation_name/stateProcess.js</stateProcess> </entityField> <entityConsumer> <name>Communications</name> @@ -118,28 +119,15 @@ </entityField> <entityField> <name>ORGANISATION_ID</name> + <title>Company</title> + <consumer>Organisations</consumer> + <mandatoryProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/organisation_id/mandatoryProcess.js</mandatoryProcess> + <stateProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/organisation_id/stateProcess.js</stateProcess> <valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/organisation_id/valueProcess.js</valueProcess> </entityField> - <entityConsumer> - <name>Salesprojects</name> - <dependency> - <name>dependency</name> - <entityName>Salesproject_entity</entityName> - <fieldName>QuickEntrySalesprojects</fieldName> - </dependency> - <children> - <entityParameter> - <name>ContactId_param</name> - <valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js</valueProcess> - </entityParameter> - <entityParameter> - <name>PresetTitle_param</name> - <valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/salesprojects/children/presettitle_param/valueProcess.js</valueProcess> - </entityParameter> - </children> - </entityConsumer> <entityConsumer> <name>OrgAddresses</name> + <stateProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/orgaddresses/stateProcess.js</stateProcess> <dependency> <name>dependency</name> <entityName>Address_entity</entityName> @@ -207,6 +195,39 @@ </entityParameter> </children> </entityConsumer> + <entityField> + <name>onlyPerson</name> + <title>Create only person</title> + <contentType>BOOLEAN</contentType> + <onValueChange>%aditoprj%/entity/QuickEntry_entity/entityfields/onlyperson/onValueChange.js</onValueChange> + <onValueChangeTypes> + <element>MASK</element> + </onValueChangeTypes> + </entityField> + <entityConsumer> + <name>Organisations</name> + <state>READONLY</state> + <dependency> + <name>dependency</name> + <entityName>Organisation_entity</entityName> + <fieldName>OrganisationForQuickEntry</fieldName> + </dependency> + <children> + <entityParameter> + <name>OnlyActive_param</name> + <valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/organisations/children/onlyactive_param/valueProcess.js</valueProcess> + </entityParameter> + <entityParameter> + <name>WithPrivate_param</name> + <valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/organisations/children/withprivate_param/valueProcess.js</valueProcess> + </entityParameter> + </children> + </entityConsumer> + <entityParameter> + <name>personContactIds_param</name> + <valueProcess>%aditoprj%/entity/QuickEntry_entity/entityfields/personcontactids_param/valueProcess.js</valueProcess> + <documentation>%aditoprj%/entity/QuickEntry_entity/entityfields/personcontactids_param/documentation.adoc</documentation> + </entityParameter> </entityFields> <recordContainers> <jDitoRecordContainer> diff --git a/entity/QuickEntry_entity/entityfields/activities/children/insertlinks_param/valueProcess.js b/entity/QuickEntry_entity/entityfields/activities/children/insertlinks_param/valueProcess.js index 76ee601221a132251a757cf24f23198750c0eacc..be02c2eef9a2b8b0e162ee5d89dec269f467f235 100644 --- a/entity/QuickEntry_entity/entityfields/activities/children/insertlinks_param/valueProcess.js +++ b/entity/QuickEntry_entity/entityfields/activities/children/insertlinks_param/valueProcess.js @@ -1,9 +1,27 @@ +import("Contact_lib"); +import("Entity_lib"); +import("Util_lib"); import("system.vars"); import("system.result"); var links = [ - ["Organisation", vars.get("$field.UID")] +["Organisation", vars.get("$field.UID")] ]; + +//when only persons are created the link must be updated with the contactId of the selected organisation +if(Utils.toBoolean(vars.get("$field.onlyPerson"))) +{ + var organisationContactId = ContactUtils.getOrgContactId(vars.get("$field.ORGANISATION_ID")); + if(Utils.isNotNullOrEmptyString(organisationContactId)) + { + links[0][1] = organisationContactId; + } + else + { //when there couldn't be found an organisation remove the first entry of the links array -> there isn't an organisation to link. + links.shift(); + } +} + //TODO: verify if only insertedRows are really relevant var contactLinks = vars.get("$field.Contacts.insertedRows").map(function (row) { diff --git a/entity/QuickEntry_entity/entityfields/communications/children/contactid_param/valueProcess.js b/entity/QuickEntry_entity/entityfields/communications/children/contactid_param/valueProcess.js index 16c85500b5355a72548030867e3d300661e9d4aa..d7d5633b2d5d7990ad38c51ac48c75ae78ede5c5 100644 --- a/entity/QuickEntry_entity/entityfields/communications/children/contactid_param/valueProcess.js +++ b/entity/QuickEntry_entity/entityfields/communications/children/contactid_param/valueProcess.js @@ -1,4 +1,12 @@ +import("Util_lib"); import("system.vars"); import("system.result"); -result.string(vars.get("$field.UID")); \ No newline at end of file +var contactId = vars.get("$field.UID"); +//in the first step the communications will be set for the first person +if(Utils.toBoolean(vars.get("$field.onlyPerson"))) +{ + contactId = JSON.parse(vars.get("$param.personContactIds_param"))[0]; +} + +result.string(contactId); \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/leadquickacquisition/onValueChange.js b/entity/QuickEntry_entity/entityfields/leadquickacquisition/onValueChange.js index 0059d111f4480593c6a51d24d44cde276ca15e42..348867c53d647801ee7e9e8025075ee0b2ef43ea 100644 --- a/entity/QuickEntry_entity/entityfields/leadquickacquisition/onValueChange.js +++ b/entity/QuickEntry_entity/entityfields/leadquickacquisition/onValueChange.js @@ -1,6 +1,4 @@ -import("system.logging"); import("system.translate"); -import("system.question"); import("system.neon"); import("system.vars"); import("system.entities"); @@ -93,7 +91,6 @@ if(vars.get("$local.value")) } else { - //question.showMessage("Test", question.ERROR, "Title") neon.setFieldValue("$field.businessCardErrMsg", JSON.stringify({ msg: translate.text("An error occured while processing the business card.\nPlease contact an administrator.") })); diff --git a/entity/QuickEntry_entity/entityfields/onlyperson/onValueChange.js b/entity/QuickEntry_entity/entityfields/onlyperson/onValueChange.js new file mode 100644 index 0000000000000000000000000000000000000000..7916b3ab79c4565b55131afc9ac83b9f0fa398dd --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/onlyperson/onValueChange.js @@ -0,0 +1,19 @@ +import("Entity_lib"); +import("system.util"); +import("Util_lib"); +import("system.neon"); +import("system.vars"); + +if(Utils.toBoolean(vars.get("$this.value"))) +{ + //when the slider is active no organisation should be created, instead a already existing one should be used + neon.setFieldValue("$field.ORGANISATION_ID", ""); + neon.setFieldValue("$field.ORGANISATION_NAME", ""); + + //the person is linked to the organisation so no need to have an private Address + EntityConsumerUtils.rmInsertedConsumerRows("OrgAddresses"); +} +else +{ //when the slider is back at normal the user should still have the possibillity to create a new organisation + neon.setFieldValue("$field.ORGANISATION_ID", util.getNewUUID()) +} \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/orgaddresses/stateProcess.js b/entity/QuickEntry_entity/entityfields/orgaddresses/stateProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..21ee5d85744616b06af6b32a074a33e89d7f337f --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/orgaddresses/stateProcess.js @@ -0,0 +1,8 @@ +import("system.neon"); +import("system.result"); +import("system.vars"); +import("Util_lib"); + +//when only Persons should be created Adresses aren't needed here -> organisation addresses will be displayed at the person +var ret = Utils.toBoolean(vars.get("$field.onlyPerson")) ? neon.COMPONENTSTATE_INVISIBLE : neon.COMPONENTSTATE_EDITABLE; +result.string(ret); diff --git a/entity/QuickEntry_entity/entityfields/organisation_id/mandatoryProcess.js b/entity/QuickEntry_entity/entityfields/organisation_id/mandatoryProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..26c21fd541a28bef8701fde0a6c5906f6539a900 --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/organisation_id/mandatoryProcess.js @@ -0,0 +1,5 @@ +import("Util_lib"); +import("system.result"); +import("system.vars"); + +result.string(Utils.toBoolean(vars.get("$field.onlyPerson"))); \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/organisation_id/stateProcess.js b/entity/QuickEntry_entity/entityfields/organisation_id/stateProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..7a5945326ebec7b3a7d9be0ba778e85011aa3534 --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/organisation_id/stateProcess.js @@ -0,0 +1,7 @@ +import("system.neon"); +import("system.result"); +import("system.vars"); +import("Util_lib"); + +var ret = Utils.toBoolean(vars.get("$field.onlyPerson")) ? neon.COMPONENTSTATE_EDITABLE : neon.COMPONENTSTATE_INVISIBLE; +result.string(ret); \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/organisation_id/valueProcess.js b/entity/QuickEntry_entity/entityfields/organisation_id/valueProcess.js index 663cf5f6581f5cfd96408a4a7b7109550cbf0ff4..d15a9e2f04744581e294373125d8d59d25df3a45 100644 --- a/entity/QuickEntry_entity/entityfields/organisation_id/valueProcess.js +++ b/entity/QuickEntry_entity/entityfields/organisation_id/valueProcess.js @@ -1,9 +1,10 @@ +import("Util_lib"); import("system.neon"); import("system.vars"); import("system.util"); import("system.result"); -if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null) +if (vars.get("$sys.recordstate") == neon.OPERATINGSTATE_NEW && vars.get("$this.value") == null && !Utils.toBoolean(vars.get("$field.onlyPerson"))) { result.string(util.getNewUUID()); } \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/organisation_name/mandatoryProcess.js b/entity/QuickEntry_entity/entityfields/organisation_name/mandatoryProcess.js index 46000731125e26321ec3f999ce0a1ed25a488019..9f5e85abeb88915309e1b15011fd9af3d5a71135 100644 --- a/entity/QuickEntry_entity/entityfields/organisation_name/mandatoryProcess.js +++ b/entity/QuickEntry_entity/entityfields/organisation_name/mandatoryProcess.js @@ -1,8 +1,5 @@ +import("Util_lib"); import("system.result"); -import("system.neon"); import("system.vars"); -var address = vars.get("$field.OrgAddresses.insertedRows"); -var isMandatory = address[0] != null || "" ? true : false; - -result.string(isMandatory); \ No newline at end of file +result.string(!Utils.toBoolean(vars.get("$field.onlyPerson"))); diff --git a/entity/QuickEntry_entity/entityfields/organisation_name/stateProcess.js b/entity/QuickEntry_entity/entityfields/organisation_name/stateProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..3cbb20fa55a1c1aeb0ed059aa6c8ccbbea078e64 --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/organisation_name/stateProcess.js @@ -0,0 +1,7 @@ +import("Util_lib"); +import("system.vars"); +import("system.result"); +import("system.neon"); + +var ret = Utils.toBoolean(vars.get("$field.onlyPerson")) ? neon.COMPONENTSTATE_INVISIBLE : neon.COMPONENTSTATE_EDITABLE; +result.string(ret) diff --git a/entity/QuickEntry_entity/entityfields/organisations/children/onlyactive_param/valueProcess.js b/entity/QuickEntry_entity/entityfields/organisations/children/onlyactive_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..e5bfa3bbe7f58d2ffaf401248014a6d1a560d2de --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/organisations/children/onlyactive_param/valueProcess.js @@ -0,0 +1,3 @@ +import("system.result"); + +result.string("true"); \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/organisations/children/withprivate_param/valueProcess.js b/entity/QuickEntry_entity/entityfields/organisations/children/withprivate_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..e5bfa3bbe7f58d2ffaf401248014a6d1a560d2de --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/organisations/children/withprivate_param/valueProcess.js @@ -0,0 +1,3 @@ +import("system.result"); + +result.string("true"); \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/personcontactids_param/documentation.adoc b/entity/QuickEntry_entity/entityfields/personcontactids_param/documentation.adoc new file mode 100644 index 0000000000000000000000000000000000000000..a381440228a02e34498faeb36517937ee52a5a9e --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/personcontactids_param/documentation.adoc @@ -0,0 +1,3 @@ +== personContactIds_param + +Contains the contactIds of the persons who should be created \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/personcontactids_param/valueProcess.js b/entity/QuickEntry_entity/entityfields/personcontactids_param/valueProcess.js new file mode 100644 index 0000000000000000000000000000000000000000..64f5e525f97e5aeb365d09ae94092442c65e15a7 --- /dev/null +++ b/entity/QuickEntry_entity/entityfields/personcontactids_param/valueProcess.js @@ -0,0 +1,12 @@ +import("system.result"); +import("system.vars"); + +var consumerRows = vars.get("$field.Contacts.insertedRows"); +var contactIds = []; + +consumerRows.forEach(function(row) +{ + contactIds.push(row["CONTACTID"]); +}) + +result.string(JSON.stringify(contactIds)); \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js b/entity/QuickEntry_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js deleted file mode 100644 index 16c85500b5355a72548030867e3d300661e9d4aa..0000000000000000000000000000000000000000 --- a/entity/QuickEntry_entity/entityfields/salesprojects/children/contactid_param/valueProcess.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.UID")); \ No newline at end of file diff --git a/entity/QuickEntry_entity/entityfields/salesprojects/children/presettitle_param/valueProcess.js b/entity/QuickEntry_entity/entityfields/salesprojects/children/presettitle_param/valueProcess.js deleted file mode 100644 index f09480fface5e85d4df602039d944ecb58974638..0000000000000000000000000000000000000000 --- a/entity/QuickEntry_entity/entityfields/salesprojects/children/presettitle_param/valueProcess.js +++ /dev/null @@ -1,4 +0,0 @@ -import("system.vars"); -import("system.result"); - -result.string(vars.get("$field.ORGANISATION_NAME")); \ No newline at end of file diff --git a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js index 2d03cce14b6d568bfd0bb0f6e9146774dcf5350e..2d294fc718fe1be7bb360931c6cf3dc6e2d441cf 100644 --- a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js +++ b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js @@ -1,3 +1,4 @@ +import("Util_lib"); import("Organisation_lib"); import("Sql_lib"); import("KeywordRegistry_basic"); @@ -7,28 +8,33 @@ import("system.vars"); //TODO: duplicate check var rowdata = vars.get("$local.rowdata"); -var organisationId = OrgUtils.getPrivateOrganisationId(); -var userNew = rowdata["USER_NEW.value"]; -var dateNew = rowdata["DATE_NEW.value"]; -if (rowdata["ORGANISATION_NAME.value"]) -{ - let configOrg = entities.createConfigForAddingRows(); - organisationId = rowdata["ORGANISATION_ID.value"]; - configOrg.entity("Organisation_entity") - .addParameter("IsQuickEntry_param", true); - configOrg.fieldValues({ - "ORGANISATIONID": organisationId, - "ORGANISATION_ID": organisationId, - "CONTACTID" : rowdata["UID.value"], - "NAME": rowdata["ORGANISATION_NAME.value"], - "USER_NEW": userNew, - "DATE_NEW": dateNew, - "USER_NEW_CONTACT": userNew, - "DATE_NEW_CONTACT" : dateNew, - "STATUS" : $KeywordRegistry.contactStatus$active(), - "LANGUAGE" : rowdata["ISOLANGUAGE.value"] - }); +//only insert an organisation when the slider is false or not initially used +if(!Utils.toBoolean(rowdata["onlyPerson.value"])) +{ + var organisationId = OrgUtils.getPrivateOrganisationId(); + var userNew = rowdata["USER_NEW.value"]; + var dateNew = rowdata["DATE_NEW.value"]; + + if (rowdata["ORGANISATION_NAME.value"]) + { + let configOrg = entities.createConfigForAddingRows(); + organisationId = rowdata["ORGANISATION_ID.value"]; + configOrg.entity("Organisation_entity") + .addParameter("IsQuickEntry_param", true); + configOrg.fieldValues({ + "ORGANISATIONID": organisationId, + "ORGANISATION_ID": organisationId, + "CONTACTID" : rowdata["UID.value"], + "NAME": rowdata["ORGANISATION_NAME.value"], + "USER_NEW": userNew, + "DATE_NEW": dateNew, + "USER_NEW_CONTACT": userNew, + "DATE_NEW_CONTACT" : dateNew, + "STATUS" : $KeywordRegistry.contactStatus$active(), + "LANGUAGE" : rowdata["ISOLANGUAGE.value"] + }); - entities.createRow(configOrg); + entities.createRow(configOrg); + } } \ No newline at end of file diff --git a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod index 0c8d26e9dd81d7404b03ad0957f6b9e3df10aaae..517a6ab607868f82b5596c0a004aabd5fd386357 100644 --- a/language/_____LANGUAGE_de/_____LANGUAGE_de.aod +++ b/language/_____LANGUAGE_de/_____LANGUAGE_de.aod @@ -3525,6 +3525,10 @@ <key>Saint Lucia</key> <value>St. Lucia</value> </entry> + <entry> + <key>Create only person</key> + <value>Nur Person erstellen</value> + </entry> <entry> <key>Create new campaign</key> <value>Neue Kampagne erstellen</value> diff --git a/neonView/QuickEntryEdit_view/QuickEntryEdit_view.aod b/neonView/QuickEntryEdit_view/QuickEntryEdit_view.aod index 3ea17cd91d92f9f7d1aed11001128d24bff4a091..c7b426b563891ef5d5cf78a5e6e42622eb506cde 100644 --- a/neonView/QuickEntryEdit_view/QuickEntryEdit_view.aod +++ b/neonView/QuickEntryEdit_view/QuickEntryEdit_view.aod @@ -30,6 +30,10 @@ <name>8ed8f12d-2a91-4009-8868-55a0c11880ff</name> <entityField>leadQuickAcquisition</entityField> </entityFieldLink> + <entityFieldLink> + <name>cb050fe8-26d8-4c06-9089-ffb59b488867</name> + <entityField>onlyPerson</entityField> + </entityFieldLink> </fields> </genericViewTemplate> <genericViewTemplate> @@ -40,6 +44,10 @@ <name>fcacb261-618e-4b82-9b14-8080b0271955</name> <entityField>ORGANISATION_NAME</entityField> </entityFieldLink> + <entityFieldLink> + <name>1494e89f-6813-4338-b39d-4c1aa2574c32</name> + <entityField>ORGANISATION_ID</entityField> + </entityFieldLink> <entityFieldLink> <name>467dc8ce-deeb-4b8c-9300-5e14f04d89ef</name> <entityField>businessCardErrMsg</entityField> @@ -51,9 +59,9 @@ </fields> </genericViewTemplate> <neonViewReference> - <name>fe6b7731-fdc6-4925-95b2-ee003b52dab5</name> + <name>105132ff-c01e-4e3a-a4b4-3dd0fbb40628</name> <entityField>OrgAddresses</entityField> - <view>AddressOrgMultiEdit_view</view> + <view>AdressMultiEdit_view</view> </neonViewReference> <neonViewReference> <name>0863f81d-c580-46de-a85e-e83c630d6e89</name> @@ -70,10 +78,5 @@ <entityField>Activities</entityField> <view>ActivityMultiEdit_view</view> </neonViewReference> - <neonViewReference> - <name>b19331f2-c5cb-4e0a-8f6b-a90c2a49b4c5</name> - <entityField>Salesprojects</entityField> - <view>SalesprojectMultiEdit_view</view> - </neonViewReference> </children> </neonView>