Skip to content
Snippets Groups Projects
Commit 1f7a6b5e authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Scan Services dead references fixed

parent 71979aae
No related branches found
No related tags found
No related merge requests found
Showing
with 8 additions and 54 deletions
...@@ -14,19 +14,19 @@ ...@@ -14,19 +14,19 @@
<entityDependency> <entityDependency>
<name>5d8b421e-a234-4d03-bfec-ed01f464a54c</name> <name>5d8b421e-a234-4d03-bfec-ed01f464a54c</name>
<entityName>Contract_entity</entityName> <entityName>Contract_entity</entityName>
<fieldName>Relations</fieldName> <fieldName>AnyContacts</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency> <entityDependency>
<name>94e4fa2c-7525-49f9-b933-353d200b829c</name> <name>94e4fa2c-7525-49f9-b933-353d200b829c</name>
<entityName>Offer_entity</entityName> <entityName>Offer_entity</entityName>
<fieldName>Relations</fieldName> <fieldName>AnyContacts</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency> <entityDependency>
<name>f1f7d959-ecb5-4438-9762-fc11f1bc5334</name> <name>f1f7d959-ecb5-4438-9762-fc11f1bc5334</name>
<entityName>Order_entity</entityName> <entityName>Order_entity</entityName>
<fieldName>Relations</fieldName> <fieldName>AnyContacts</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency> <entityDependency>
...@@ -126,7 +126,6 @@ ...@@ -126,7 +126,6 @@
<description>Relation type. Value is based on the existance or non-existance of ORGANISATION_ID and PERSON_ID. <description>Relation type. Value is based on the existance or non-existance of ORGANISATION_ID and PERSON_ID.
See ContactUtils.getRelationTypeByPersOrg for possible values</description> See ContactUtils.getRelationTypeByPersOrg for possible values</description>
<contentType>NUMBER</contentType> <contentType>NUMBER</contentType>
<valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/contactType/valueProcess.js</valueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>ORGANISATION_NAME</name> <name>ORGANISATION_NAME</name>
...@@ -144,7 +143,6 @@ See ContactUtils.getRelationTypeByPersOrg for possible values</description> ...@@ -144,7 +143,6 @@ See ContactUtils.getRelationTypeByPersOrg for possible values</description>
<name>PERSON_PICTURE</name> <name>PERSON_PICTURE</name>
<contentType>IMAGE</contentType> <contentType>IMAGE</contentType>
<valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/person_picture/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/person_picture/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/AnyContact_entity/entityfields/person_picture/displayValueProcess.js</displayValueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>STANDARD_EMAIL_COMMUNICATION</name> <name>STANDARD_EMAIL_COMMUNICATION</name>
...@@ -182,12 +180,6 @@ See ContactUtils.getRelationTypeByPersOrg for possible values</description> ...@@ -182,12 +180,6 @@ See ContactUtils.getRelationTypeByPersOrg for possible values</description>
<fieldName>AnyContacts</fieldName> <fieldName>AnyContacts</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency>
<name>91db53ad-3748-4a24-8dba-11dc707c2d6b</name>
<entityName>VisitPlanEntry_entity</entityName>
<fieldName>AnyContacts</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies> </dependencies>
<children> <children>
<entityParameter> <entityParameter>
......
...@@ -208,7 +208,7 @@ ...@@ -208,7 +208,7 @@
<entityDependency> <entityDependency>
<name>74dea3cd-a528-4616-b468-cd27f3f1a795</name> <name>74dea3cd-a528-4616-b468-cd27f3f1a795</name>
<entityName>Activity_entity</entityName> <entityName>Activity_entity</entityName>
<fieldName>Appointments</fieldName> <fieldName>LinkedAppointments</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency> <entityDependency>
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
<consumer>CampaignStepConsumer</consumer> <consumer>CampaignStepConsumer</consumer>
<mandatory v="true" /> <mandatory v="true" />
<state>EDITABLE</state> <state>EDITABLE</state>
<valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstep_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess> <displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstep_id/displayValueProcess.js</displayValueProcess>
</entityField> </entityField>
<entityField> <entityField>
...@@ -114,6 +113,7 @@ ...@@ -114,6 +113,7 @@
<title>Max participants</title> <title>Max participants</title>
<state>EDITABLE</state> <state>EDITABLE</state>
<valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepmaxparticipantcount/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepmaxparticipantcount/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/CampaignAddParticipants_entity/entityfields/campaignstepmaxparticipantcount/displayValueProcess.js</displayValueProcess>
</entityField> </entityField>
<entityField> <entityField>
<name>isUpdate</name> <name>isUpdate</name>
...@@ -156,7 +156,6 @@ ...@@ -156,7 +156,6 @@
<jDitoRecordContainer> <jDitoRecordContainer>
<name>jdito</name> <name>jdito</name>
<jDitoRecordAlias>Data_alias</jDitoRecordAlias> <jDitoRecordAlias>Data_alias</jDitoRecordAlias>
<contentProcess>%aditoprj%/entity/CampaignAddParticipants_entity/recordcontainers/jdito/contentProcess.js</contentProcess>
<recordFieldMappings> <recordFieldMappings>
<jDitoRecordFieldMapping> <jDitoRecordFieldMapping>
<name>UID.value</name> <name>UID.value</name>
......
...@@ -34,12 +34,6 @@ ...@@ -34,12 +34,6 @@
<name>GroupAnalyses</name> <name>GroupAnalyses</name>
<documentation>%aditoprj%/entity/ClassificationGroupAnalyses_entity/entityfields/groupanalyses/documentation.adoc</documentation> <documentation>%aditoprj%/entity/ClassificationGroupAnalyses_entity/entityfields/groupanalyses/documentation.adoc</documentation>
<dependencies> <dependencies>
<entityDependency>
<name>c20a7d8b-00ab-4edf-adf5-89fc94385e65</name>
<entityName>Salesproject_entity</entityName>
<fieldName>ClassificationGroupChart</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency> <entityDependency>
<name>8dfbe502-aa7a-4514-aaed-a1decf2b4344</name> <name>8dfbe502-aa7a-4514-aaed-a1decf2b4344</name>
<entityName>Salesproject_entity</entityName> <entityName>Salesproject_entity</entityName>
......
...@@ -574,8 +574,7 @@ ...@@ -574,8 +574,7 @@
<name>#DESCRIPTION</name> <name>#DESCRIPTION</name>
</indexRecordMultilingualSystemFieldMapping> </indexRecordMultilingualSystemFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>CONTRACTCODE</name> <name>CONTRACTCODE.value</name>
<indexFieldType>TEXT_PLAIN</indexFieldType>
</indexRecordFieldMapping> </indexRecordFieldMapping>
<indexRecordFieldMapping> <indexRecordFieldMapping>
<name>CONTACT_ORG_ID.value</name> <name>CONTACT_ORG_ID.value</name>
......
...@@ -233,12 +233,6 @@ ...@@ -233,12 +233,6 @@
<entityProvider> <entityProvider>
<name>DocumentTemplateProvider</name> <name>DocumentTemplateProvider</name>
<dependencies> <dependencies>
<entityDependency>
<name>e1c555c3-9e53-4ccf-962c-4bdd3c14bb16</name>
<entityName>Offer_entity</entityName>
<fieldName>DocumentTemplateText</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency> <entityDependency>
<name>9c10883d-eb73-4587-b758-693a66367a4c</name> <name>9c10883d-eb73-4587-b758-693a66367a4c</name>
<entityName>Offer_entity</entityName> <entityName>Offer_entity</entityName>
......
...@@ -17,14 +17,6 @@ ...@@ -17,14 +17,6 @@
<entityFields> <entityFields>
<entityProvider> <entityProvider>
<name>#PROVIDER</name> <name>#PROVIDER</name>
<dependencies>
<entityDependency>
<name>9433bb88-2330-4487-9e3a-fd864da9b8a9</name>
<entityName>Object_entity</entityName>
<fieldName>Leadimports</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider> </entityProvider>
<entityField> <entityField>
<name>NAME</name> <name>NAME</name>
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<majorModelMode>DISTRIBUTED</majorModelMode> <majorModelMode>DISTRIBUTED</majorModelMode>
<documentation>%aditoprj%/entity/ModuleTree_entity/documentation.adoc</documentation> <documentation>%aditoprj%/entity/ModuleTree_entity/documentation.adoc</documentation>
<title>History</title> <title>History</title>
<recordContainer>jdito</recordContainer>
<entityFields> <entityFields>
<entityProvider> <entityProvider>
<name>#PROVIDER</name> <name>#PROVIDER</name>
......
...@@ -826,7 +826,6 @@ ...@@ -826,7 +826,6 @@
</entityParameter> </entityParameter>
<entityField> <entityField>
<name>chooseTEXHeader</name> <name>chooseTEXHeader</name>
<consumer>DocumentTemplateTex</consumer>
<stateProcess>%aditoprj%/entity/Offer_entity/entityfields/choosetexheader/stateProcess.js</stateProcess> <stateProcess>%aditoprj%/entity/Offer_entity/entityfields/choosetexheader/stateProcess.js</stateProcess>
</entityField> </entityField>
<entityConsumer> <entityConsumer>
...@@ -1285,9 +1284,6 @@ ...@@ -1285,9 +1284,6 @@
<recordfield>OFFER.NET</recordfield> <recordfield>OFFER.NET</recordfield>
<aggregateType>SUM</aggregateType> <aggregateType>SUM</aggregateType>
</aggregateFieldDbMapping> </aggregateFieldDbMapping>
<dbRecordFieldMapping>
<name>COUNT.value</name>
</dbRecordFieldMapping>
<aggregateFieldDbMapping> <aggregateFieldDbMapping>
<name>COUNT_aggregate.value</name> <name>COUNT_aggregate.value</name>
<recordfield>OFFER.OFFER_ID</recordfield> <recordfield>OFFER.OFFER_ID</recordfield>
......
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
<mandatoryProcess>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/mandatoryProcess.js</mandatoryProcess> <mandatoryProcess>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/mandatoryProcess.js</mandatoryProcess>
<textInputAllowed v="false" /> <textInputAllowed v="false" />
<stateProcess>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/stateProcess.js</stateProcess> <stateProcess>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/displayValueProcess.js</displayValueProcess> <displayValueProcess>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/displayValueProcess.js</displayValueProcess>
<onValueChange>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/onValueChange.js</onValueChange> <onValueChange>%aditoprj%/entity/PermissionCalendar_entity/entityfields/permissiondealer_user_rowid/onValueChange.js</onValueChange>
</entityField> </entityField>
......
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<entityDependency> <entityDependency>
<name>b1a6483c-e7b1-4eb7-aa22-d0e9d0ef0b49</name> <name>b1a6483c-e7b1-4eb7-aa22-d0e9d0ef0b49</name>
<entityName>Role_entity</entityName> <entityName>Role_entity</entityName>
<fieldName>Permissions</fieldName> <fieldName>TheirPermissions</fieldName>
<isConsumer v="false" /> <isConsumer v="false" />
</entityDependency> </entityDependency>
<entityDependency> <entityDependency>
......
...@@ -688,18 +688,6 @@ ...@@ -688,18 +688,6 @@
<entityProvider> <entityProvider>
<name>Contacts</name> <name>Contacts</name>
<dependencies> <dependencies>
<entityDependency>
<name>e46dcd73-64a8-4b3e-b976-1b4643c54ebb</name>
<entityName>CampaignStep_entity</entityName>
<fieldName>ContactsConsumer</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>0b7a3dc8-854f-4a0b-9e1c-e6f7cd12d8f1</name>
<entityName>DuplicatesDetails_entity</entityName>
<fieldName>PersonsConsumer</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency> <entityDependency>
<name>c98da62f-d6b2-4ddb-9101-92e9a60abdfb</name> <name>c98da62f-d6b2-4ddb-9101-92e9a60abdfb</name>
<entityName>VisitPlanEmployeeWeek_entity</entityName> <entityName>VisitPlanEmployeeWeek_entity</entityName>
......
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