Skip to content
Snippets Groups Projects
Commit 1b424096 authored by c.wimmer's avatar c.wimmer
Browse files

[Projekt: Crowd-Development / Besuch vor Ort][TicketNr.: 1068894][Neuer...

[Projekt: Crowd-Development / Besuch vor Ort][TicketNr.: 1068894][Neuer Wochenplaneintrag aus Besuchsvorschlag "Firma" Readonly setzen]
parent 5a29c138
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<title>Organisation</title> <title>Organisation</title>
<consumer>Organisations</consumer> <consumer>Organisations</consumer>
<mandatory v="true" /> <mandatory v="true" />
<stateProcess>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/organisation_contact_id/stateProcess.js</stateProcess>
<valueProcess>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/organisation_contact_id/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/organisation_contact_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/organisation_contact_id/displayValueProcess.js</displayValueProcess> <displayValueProcess>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/organisation_contact_id/displayValueProcess.js</displayValueProcess>
</entityField> </entityField>
...@@ -128,11 +129,6 @@ ...@@ -128,11 +129,6 @@
<entityConsumer> <entityConsumer>
<name>KeywordVisitPlanEntryStatus</name> <name>KeywordVisitPlanEntryStatus</name>
<documentation>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/keywordvisitplanentrystatus/documentation.adoc</documentation> <documentation>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/keywordvisitplanentrystatus/documentation.adoc</documentation>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
<children> <children>
<entityParameter> <entityParameter>
<name>ContainerName_param</name> <name>ContainerName_param</name>
...@@ -140,6 +136,11 @@ ...@@ -140,6 +136,11 @@
<expose v="true" /> <expose v="true" />
</entityParameter> </entityParameter>
</children> </children>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
</entityConsumer> </entityConsumer>
<entityParameter> <entityParameter>
<name>Entries_param</name> <name>Entries_param</name>
...@@ -197,11 +198,6 @@ ...@@ -197,11 +198,6 @@
</entityField> </entityField>
<entityConsumer> <entityConsumer>
<name>Persons</name> <name>Persons</name>
<dependency>
<name>dependency</name>
<entityName>Person_entity</entityName>
<fieldName>Contacts</fieldName>
</dependency>
<children> <children>
<entityParameter> <entityParameter>
<name>OrgId_param</name> <name>OrgId_param</name>
...@@ -209,6 +205,11 @@ ...@@ -209,6 +205,11 @@
<expose v="true" /> <expose v="true" />
</entityParameter> </entityParameter>
</children> </children>
<dependency>
<name>dependency</name>
<entityName>Person_entity</entityName>
<fieldName>Contacts</fieldName>
</dependency>
</entityConsumer> </entityConsumer>
<entityParameter> <entityParameter>
<name>ContactId_param</name> <name>ContactId_param</name>
...@@ -256,17 +257,17 @@ ...@@ -256,17 +257,17 @@
</entityField> </entityField>
<entityConsumer> <entityConsumer>
<name>KeywordVisitPlanEntryStatusAppointment</name> <name>KeywordVisitPlanEntryStatusAppointment</name>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
<children> <children>
<entityParameter> <entityParameter>
<name>ContainerName_param</name> <name>ContainerName_param</name>
<valueProcess>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/keywordvisitplanentrystatusappointment/children/containername_param/valueProcess.js</valueProcess> <valueProcess>%aditoprj%/entity/VisitPlanEntry_entity/entityfields/keywordvisitplanentrystatusappointment/children/containername_param/valueProcess.js</valueProcess>
</entityParameter> </entityParameter>
</children> </children>
<dependency>
<name>dependency</name>
<entityName>KeywordEntry_entity</entityName>
<fieldName>SpecificContainerKeywords</fieldName>
</dependency>
</entityConsumer> </entityConsumer>
<entityParameter> <entityParameter>
<name>VisitrecommendationId_param</name> <name>VisitrecommendationId_param</name>
......
import("system.neon");
import("system.vars");
import("system.result");
if(vars.get("$param.VisitrecommendationId_param"))
result.string(neon.COMPONENTSTATE_READONLY)
\ No newline at end of file
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