Skip to content
Snippets Groups Projects
Commit eee40964 authored by Daniel Tran's avatar Daniel Tran
Browse files

#1064048: Made fields groupable.

parent a934504f
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@
<name>EMPLOYEE_CONTACT_ID</name>
<title>Person in charge</title>
<consumer>Employee</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/employee_contact_id/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Campaign_entity/entityfields/employee_contact_id/displayValueProcess.js</displayValueProcess>
......@@ -123,6 +124,7 @@
<name>STATUS</name>
<title>Status</title>
<consumer>KeywordStates</consumer>
<groupable v="true" />
<mandatory v="true" />
<valueProcess>%aditoprj%/entity/Campaign_entity/entityfields/status/valueProcess.js</valueProcess>
<displayValueProcess>%aditoprj%/entity/Campaign_entity/entityfields/status/displayValueProcess.js</displayValueProcess>
......
......@@ -36,12 +36,14 @@
<name>MEMBERROLE</name>
<title>Role</title>
<consumer>KeywordMemberRoles</consumer>
<groupable v="true" />
<mandatory v="true" />
<displayValueProcess>%aditoprj%/entity/Member_entity/entityfields/memberrole/displayValueProcess.js</displayValueProcess>
</entityField>
<entityField>
<name>ORGANISATION_NAME</name>
<title>Company</title>
<groupable v="true" />
</entityField>
<entityField>
<name>ORG_ORGID</name>
......
......@@ -65,10 +65,6 @@
<name>b5cf0352-2bb7-4219-afab-49ffd8c46fcc</name>
<entityField>STANDARD_PHONE_COMMUNICATION</entityField>
</neonTreeTableColumn>
<neonTreeTableColumn>
<name>88e47cfc-d8cd-4192-aa70-3afb8588f75a</name>
<entityField>#TITLE</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