When a new incident is generated from the maileater or text_api interface, with the parameter ”%GROUP=Group1” in the body, the GROUP field on the generated incident detail was empty and not set to "Group1" as expected. This problem can occur when an employee user (Access Type set to Employee) is set for the "%CUSTOMER_NAME=" parameter in the mail body.
The behaviour is a design. It is a restriction enforced when a contact, who's Access Type does not have the licensed checkbox checked, sends the email to generate the Incident.
See the screenshot below:
Administration tab > Security and Role Management > Access Type > Employee > 'Licensed?' check box.
<Please see attached file for image>
src="/servlet/servlet.FileDownload?file=0150c000004AKOlAAO" alt="GW-00489.jpg" width="790" height="489">Contacts with a non-licensed Access Type can view and update the personal data only.
In this example email body below the Cust1 contact has the Employee Access Type. Therefore, the group value 'Group1' was not set on the generated incident.
Mail Body:
%SUMMARY=Sample01
%CATEGORY=Applications
%CUSTOMER_NAME=Cust1
%GROUP=Group01
 
 Generated incident:
 
<Please see attached file for image>
src="/servlet/servlet.FileDownload?file=0150c000004AKOmAAO" alt="GW-00490.jpg" width="688" height="567"> Mail Body:
%SUMMARY=Sample01
%CATEGORY=Applications
%GROUP=Group01
 Generated incident:
 
<Please see attached file for image>
src="/servlet/servlet.FileDownload?file=0150c000004AKOnAAO" alt="GW-00491.jpg" width="683" height="568">