I have setup my system for email to case so that when a customer wants to send back an faulty part under an RMA an automated email (outside of ESPOCRM) is generated via out web site. ESPOCRM see's the email and generates a case. RMA's have a different set of data used such as part numbers, serial numbers etc from other case types. I have an ENUM setup called 'Type' so that when the user looks at the issue they can select 'RMA' and all of the RMA form options are seen and other ones hidden. All is working well so far.....
What I want to do is when an RMA email triggers the generation of a new case then I want the enum 'Type' to automatically be set to RMA and therefore the form should shows all of the correct boxes relevant to the RMA. Can this be done? Is so how?
What I want to do is when an RMA email triggers the generation of a new case then I want the enum 'Type' to automatically be set to RMA and therefore the form should shows all of the correct boxes relevant to the RMA. Can this be done? Is so how?
Comment