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

[Projekt: Entwicklung - Neon][TicketNr.: 1065027][Verknüpfung Supportticket in...

[Projekt: Entwicklung - Neon][TicketNr.: 1065027][Verknüpfung Supportticket in Supportticket funktioniert nicht]
parent 39f11ecc
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,14 @@
<name>#PROVIDER_AGGREGATES</name>
<useAggregates v="true" />
</entityProvider>
<entityConsumer>
<name>SupportTickets</name>
<dependency>
<name>dependency</name>
<entityName>SupportTicket_entity</entityName>
<fieldName>#PROVIDER</fieldName>
</dependency>
</entityConsumer>
</entityFields>
<recordContainers>
<jDitoRecordContainer>
......
......@@ -22,6 +22,12 @@
<fieldName>SupportTickets</fieldName>
<isConsumer v="false" />
</entityDependency>
<entityDependency>
<name>3190ea51-a767-436f-af75-869b43d0c568</name>
<entityName>Object_entity</entityName>
<fieldName>SupportTickets</fieldName>
<isConsumer v="false" />
</entityDependency>
</dependencies>
</entityProvider>
<entityField>
......
......@@ -147,6 +147,8 @@ ContextUtils.getContextConsumer = function(pContextId)
return "Leadimport";
case ContextUtils.getContextName("Task"):
return "Tasks";
case ContextUtils.getContextName("SupportTicket"):
return "SupportTickets";
case ContextUtils.getContextName("Activity"):
return "Activities";
default:
......
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