Home Analyst Portal
Options

Create link in request description with user promt input

Marek_LefekMarek_Lefek Customer Advanced IT Monkey ✭✭✭
edited March 2018 in Analyst Portal

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

  • Options
    Roland_KindRoland_Kind Partner Advanced IT Monkey ✭✭✭

    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

Sign In or Register to comment.