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. Аднак, it always seems to use "http" for the URL protocol. If your site runs on HTTPS then it will not work for you.
Наколькі я ведаю,, there is no out of the box solution to this problem. If you need to use HTTPS, ў вас няма з скрынкі опцыі.
Для яе вырашэння, create a custom action that provides a string replace function to use in your workflow. Alternatively, выкарыстоўваць 3rd інструмент бокам, напрыклад, выдатны пакет тут: http://www.codeplex.com/spdwfextensions 🙂
</канец>
Technorati Тэгі: SharePoint Designer, Workflow
дзякуй..
http://www.sskbank.com
Больш звестак на гэтую ў даведцы SharePoint Designer,:
http://office.microsoft.com/en-us/sharepointdesigner/HA102390421033.aspx?pid=CH100667661033
Існуе таксама рашэнне, як уручную выбудаваць правільную спасылку толькі з дапамогай функцыі ID і, як захоўваць гэты шлях у workflowvariable.
Барыс
For me the Encoded Absolute URL does not encode correctly. e.g. Я атрымліваю http://intranet/sites/lists/mylist/99.000
Калі я спрабую дапамогай [Лісцяны:Шлях] 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’.
Гэта адбываецца па HTTP (не спрабаваў для HTTPS:)
Любыя прапановы?