Skip to content
Snippets Groups Projects
Commit 1bfe56d8 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2002416][Welche Information bildet...

[Projekt: xRM-ContactManagement][TicketNr.: 2002416][Welche Information bildet der das Feld "Kommunikationsbeschränkung" ab?]
parent 6db3c1e1
No related branches found
No related tags found
No related merge requests found
......@@ -816,7 +816,7 @@
</entityParameter>
<entityField>
<name>Information</name>
<title>Commrestrictions</title>
<title>Information</title>
<color>$priority-high-color</color>
<valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/information/valueProcess.js</valueProcess>
</entityField>
......
......@@ -3,7 +3,6 @@
<name>360Degree</name>
<title>360 Degree</title>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterView>360DegreeFilter_view</filterView>
<entity>360Degree_entity</entity>
<references>
<neonViewReference>
......
......@@ -485,8 +485,10 @@ ExportTemplateUtils.addParticipants = function (pSelection, pSourceTableName)
ExportTemplateUtils.excludedFields = function ()
{
return {
"Person_entity" : ["Information"],
"Offer_entity":["OFFER_ID"],
"Offeritem_entity":["ASSIGNEDTO", "ITEMSORT", "OFFER_ID"]
"Offeritem_entity":["ASSIGNEDTO", "ITEMSORT", "OFFER_ID"],
"Organisation_entity" : ["Information"]
};
}
......
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