I notice I can only assign one page layout to each profile not two. Is there a better way to do this?
8 answers
Robin - You can only have one page layout per record type per profile. So you'd have to create another record type to have another page layout for a profile. I'd recommend creating a record type for Salesforce Problem and Salesforce Request. It doesn't look like you can set record type directly from email to case, so use either the process builder or a workflow rule to do that for you. So when a new case is created, with origin of XYZ, then set that record type to either Salesforce Problem or Salesforce Request. Then repeat for the other record type. Make sense? That way you can have a different page layout depending on the email-2-case instance.