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. Međutim, to uvijek izgleda kao da koristite "http" for the URL protocol. If your site runs on HTTPS then it will not work for you.
Koliko ja znam, there is no out of the box solution to this problem. If you need to use HTTPS, nemate out of the box opcije.
Da biste ga riješiti, create a custom action that provides a string replace function to use in your workflow. Alternatively, koristiti 3. alat strana kao što je odličan paket ovdje: http://www.codeplex.com/spdwfextensions 🙂
</kraj>
Technorati Tags: SharePoint Designer, Workflow
hvala..
http://www.sskbank.com
Detaljni podaci prikazuju u Online SharePoint Designer Pomoć:
http://office.microsoft.com/en-us/sharepointdesigner/HA102390421033.aspx?pid=CH100667661033
Tu je i rješenje kako ručno izgraditi ispravan link za samo pomoću ID funkciju i kako spremiti ovaj put u workflowvariable.
Boris
For me the Encoded Absolute URL does not encode correctly. e.g. Ja dobiti http://intranet/sites/lists/mylist/99.000
Ako sam probati koristeći [Listopadan:Put] 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’.
To se događa za http (nisu pokušali za https:)
Bilo koji sugestija?