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. Gayunman, it always seems to use "http" for the URL protocol. If your site runs on HTTPS then it will not work for you.
Sa pagkaalam ko, there is no out of the box solution to this problem. If you need to use HTTPS, wala kang sumali sa pagpipilian na kahon.
Upang malutas ito, create a custom action that provides a string replace function to use in your workflow. Alternatively, gumamit ng isang 3rd party na tool tulad ng mga mahuhusay na package dito: http://www.codeplex.com/spdwfextensions 🙂
</dulo>
Technorati Tags: SharePoint Designer, Workflow
salamat..
http://www.sskbank.com
Detalyadong impormasyon ay ipinapakita sa Online Help Sharepoint Designer:
http://office.microsoft.com/en-us/sharepointdesigner/HA102390421033.aspx?pid=CH100667661033
Mayroon ding solusyon kung paano upang mano-manong bumuo ng isang tamang link sa pamamagitan lamang ng paggamit ng ID function at kung paano mag-imbak ng path na ito sa isang workflowvariable.
Boris
For me the Encoded Absolute URL does not encode correctly. e.g. Nakukuha ko http://intranet/sites/lists/mylist/99.000
Kung sinusubukan kong gamitin ang [Nangungulag:Landas] 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’.
Nangyayari ito para sa http (hindi pa sinubukan para sa https:)
Anumang mga mungkahi?