Skip to content
Snippets Groups Projects
Commit 9046053c authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Merge branch '#1064050#-FixGroupableFieldsCampaignSteps' into '2020.2.0'

#1064050: Made fields groupable for already implemented treetable.

See merge request xrm/basic!398
parents 32c0d72d 19655ef7
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@
<name>EMPLOYEE_CONTACT_ID</name>
<title>Responsible</title>
<consumer>Employees</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/employee_contact_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/employee_contact_id/displayValueProcess.js</displayValueProcess>
......@@ -91,6 +92,7 @@
<name>STATUS</name>
<title>Status</title>
<consumer>KeywordStates</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
......@@ -392,6 +394,7 @@
<name>STEPMEDIUM</name>
<title>Medium</title>
<consumer>CampaignStepMedium</consumer>
<groupable v="true" />
<displayValueProcess>%aditoprj%/entity/CampaignStep_entity/entityfields/stepmedium/displayValueProcess.js</displayValueProcess>
</entityField>
<entityActionField>
......@@ -462,6 +465,7 @@
<dbRecordFieldMapping>
<name>EMPLOYEE_CONTACT_ID.value</name>
<recordfield>CAMPAIGNSTEP.EMPLOYEE_CONTACT_ID</recordfield>
<isFilterable v="true" />
</dbRecordFieldMapping>
<dbRecordFieldMapping>
<name>NAME.value</name>
......
......@@ -88,6 +88,14 @@
<name>cf22f88f-186f-4df5-bafb-d0ea9e2035de</name>
<entityField>CurrentMaxParticipantsInfo</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>64d758de-c747-429c-b48d-3360484e25ff</name>
<entityField>STATUS</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>f4ab8967-0161-4aeb-a1ec-d21f88e77385</name>
<entityField>STEPMEDIUM</entityField>
</neonTreeTableColumn>
</columns>
</treeTableViewTemplate>
</children>
......
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