在CRM 2013流程的"发送电子邮件"步骤中设置属性时出错

Iho*_*hor 5 workflow crm dynamics-crm dynamics-crm-2013

我正在使用Microsoft Dynamics CRM 2013内部部署.当我尝试在CRM 2013流程中的"发送电子邮件"步骤的正文部分设置任何动态值时,我正面临着这个问题.以下是以截图形式重现的步骤:

1)第一步

2)第二步

3)第三步

和堆栈跟踪:

[2014-05-13 15:40:23.325] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread:   31 |Category: Platform |User: 00000000-0000-0000-0000-000000000000 |Level: Error |ReqId: 0ceffee7-ec5f-4823-a0ce-b2ccb55a910d | ExceptionConverter.ConvertMessageAndErrorCode  ilOffset = 0x23B
>System.Xml.XmlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #3AE9E085: System.Xml.XmlException: '&' is an unexpected token. The expected token is '"' or '''. Line 1, position 110.
>   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
>   at System.Xml.XmlTextReaderImpl.ParseAttributes()
>   at System.Xml.XmlTextReaderImpl.ParseElement()
>   at System.Xml.XmlTextReaderImpl.ParseElementContent()
>   at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
>   at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
>   at System.Xml.XmlDocument.Load(XmlReader reader)
>   at System.Xml.XmlDocument.LoadXml(String xml)
>   at Microsoft.Crm.Application.Platform.WorkflowLibrary.PropertyExpressionBuilder.CreateDynamicExpression(WorkflowStep workflowStep, WorkflowAttributeType attributeType, String propertyValue, Boolean isEmailBody)
>   at Microsoft.Crm.Application.Platform.WorkflowLibrary.PropertyExpressionBuilder.CreateExpression(WorkflowStep workflowStep, XmlNode propertyNode, String propertyValue, WorkflowAttributeType attributeType, Boolean isEmailBody)
>   at Microsoft.Crm.Application.Platform.WorkflowLibrary.PropertyExpressionBuilder.CreateExpression(WorkflowStep workflowStep, String entityName, String xml)
>   at Microsoft.Crm.Application.WebServices.WorkflowWebService.UpdateSendEmailStep(String activityId, String entityId, String emailXml, String descriptionXml)
Run Code Online (Sandbox Code Playgroud)

请帮我解决这个问题!先感谢您!

Iho*_*hor 10

通过更改浏览器解决了该问题.所有重现步骤均在Chrome浏览器中完成.我在Firefox中尝试过,它运行正常.