We often want to send an email that includes a hyperlink to the item or document that triggered the workflow. We can use current item’s "Encoded Absolute URL" for this purpose. Con todo, it always seems to use "http" for the URL protocol. If your site runs on HTTPS then it will not work for you.
Polo que eu sei, there is no out of the box solution to this problem. If you need to use HTTPS, non ten a opción de caixa.
Para resolver-lo, create a custom action that provides a string replace function to use in your workflow. Alternatively, usar unha ferramenta de terceiro partido, como o excelente paquete aquí: http://www.codeplex.com/spdwfextensions 🙂
</final>
Technorati Tags: SharePoint Deseño, Fluxo de Traballo
grazas..
http://www.sskbank.com
Información detallada móstrase na liña Sharepoint Design Axuda:
http://office.microsoft.com/en-us/sharepointdesigner/HA102390421033.aspx?pid=CH100667661033
Hai tamén unha solución de como construír manualmente unha ligazón correcto usando só a función de identificación e como gardar este camiño nun workflowvariable.
Boris
For me the Encoded Absolute URL does not encode correctly. e.g. Recibe http://intranet/sites/lists/mylist/99.000
Se eu tentar empregar o [NOMEDALISTA:Camiño] it does not encode correctly either if there is a space in the list name. e.g. ‘my list’ should encode as ‘my list’ but it outputs in the email URL as ‘mylist’.
Isto acontece por http (non tente para https:)
Todas as suxestións?