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, ఇక్కడ అటువంటి అద్భుతమైన ప్యాకేజీ ఒక 3 వ పార్టీ ఉపకరణాన్ని ఉపయోగించడానికి: http://www.codeplex.com/spdwfextensions 🙂
</చివర>
Technorati టాగ్లు: SharePoint డిజైనర్, వర్క్ఫ్లో
ధన్యవాదాలు..
http://www.sskbank.com
Detailed information is shown in the Online Sharepoint Designer Help:
http://office.microsoft.com/en-us/sharepointdesigner/HA102390421033.aspx?pid=CH100667661033
There is also a solution how to manually build a correct link by only using the ID function and how to store this path in a workflowvariable.
Boris
For me the Encoded Absolute URL does not encode correctly. ఉదాహరణకు. నేను పొందండి http://intranet/sites/lists/mylist/99.000
If I try using the [LISTNAME:మార్గం] it does not encode correctly either if there is a space in the list name. ఉదాహరణకు. ‘my list’ should encode as ‘my list’ but it outputs in the email URL as ‘mylist’.
This happens for http (haven’t tried for https:)
ఏ సలహాలను?