Hace tiempo que se venia presentando este inconveniente y la solucion es bastante simple, Microsoft acaba de publicar el articulo tecnico en el dia de ayer en Technet.
http://support.microsoft.com/kb/2001890
Emails generated by workflows contain invalid hyperlinks for any resource that exists within the same web application.
The links are invalid due to the href, or the hyper link reference, containing a server-relative path.
In SharePoint Designer, Code View, add the HTML <base> tag at the beginning of the body for the email in the workflow. The base tag specifies the default url to use for any relative links that may exist.
So for example, in this instance the following would be inserted at the top of the email body configured for the workflow:
<head>
<base href="http://portal.company.net" />
</head>
No hay comentarios.:
Publicar un comentario