Question
1
Replies
521
Views
Posted: December 12, 2018
Last activity: January 25, 2019
Closed
In Pega 7.4 Email Channel : Auto mapping of extracted entities from email text to case properties
In Pega 7.4 Email Channel Interface
How we can auto map the extracted entities from email text to case properties, when we choose to create case in automatic routing of Behavior tab ?
***Edited by Moderator Marissa to update platform capability tags****
This is not possible in 7.4 version of automatic routing. Do you need help with some custom code that does the same? I can think of overriding pyDefault of your service case and writing some logic by getting identified entities from pyInteractionRun page and mapping those entity values to workpage of service case. Let me know if that is what you are looking for?