Create link in request description with user promt input
Is there a possibility to create http link that can be clicked in portal? I want to create link as http://serwer/function.php?number=scsmUserPrompt . This link should be able to click by analyst eg can be in decription field or as separe task but only for requests in specific category.
I create mapping but it put in fields text:
<a href="http://serwer/function.php?number=scsmUserPrompt">Link</a>
Answers
Hi,
it depends what you exacly need - but e.g. catalog items have such a field with a http link
--> { DataType: "UrlTextbox", PropertyDisplayName: "Website", PropertyName: "WebSite", Required: false },
is the definition in the template.
maybe this helps you
regards