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. Megjithatë, it always seems to use "http" for the URL protocol. If your site runs on HTTPS then it will not work for you.
Me aq sa unë e di, there is no out of the box solution to this problem. If you need to use HTTPS, ju keni asnjë nga opsionet kuti.
Për të zgjidhur atë, create a custom action that provides a string replace function to use in your workflow. Alternatively, përdorin një mjet 3 parti të tilla si paketë të shkëlqyer këtu: http://www.codeplex.com/spdwfextensions 🙂
</fund>
Technorati Tags: SharePoint Designer, Rrjedha
faleminderit..
http://www.sskbank.com
Informata të hollësishme është treguar në ndihmë online SharePoint Designer:
http://office.microsoft.com/en-us/sharepointdesigner/HA102390421033.aspx?pid=CH100667661033
Nuk është gjithashtu një zgjidhje se si në dorë të ndërtojë një lidhje të saktë vetëm duke përdorur funksionin e identitetit dhe si për të ruajtur këtë rrugë në një workflowvariable.
Boris
For me the Encoded Absolute URL does not encode correctly. e.g. Shkoj http://intranet/sites/lists/mylist/99.000
Nëse unë provoni duke përdorur [Gjetherënës:Rrugë] 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’.
Kjo ndodh per http (nuk e kanë provuar për https:)
Any suggestions?