Hello, Im tryng to add a field to the table "Ongoing requests" but it dont show any information on it, I created a subcategory with the field project on it, so if the request has that subcategory it would show the field.
The steps I followed where creating on the class Ticket 2 new fields:
<fieldid="template_project"xsi:type="AttributeExternalKey"_delta="define"><filter><![CDATA[SELECT TemplateFieldValue WHERE obj_key = :this->id AND field_code = 'project']]></filter><dependencies></dependencies><sql>template_project</sql><target_class>TemplateFieldValue</target_class><is_null_allowed>true</is_null_allowed><on_target_delete>DEL_AUTO</on_target_delete><allow_target_creation>false</allow_target_creation></field>
and added the field but unfortunatly it dont show any information, is that the way of doing it or im missing something?
The value of project in that ticket is 12345
Last edit: jose antonio garcia panadero 2020-08-20
Hello, Im tryng to add a field to the table "Ongoing requests" but it dont show any information on it, I created a subcategory with the field project on it, so if the request has that subcategory it would show the field.
The steps I followed where creating on the class Ticket 2 new fields:
Then I went to
and added the field but unfortunatly it dont show any information, is that the way of doing it or im missing something?
The value of project in that ticket is 12345
Last edit: jose antonio garcia panadero 2020-08-20
Hello,
You created an ExternalKey but as far as I understand, you should better create an AttributeExternalField ?