Dear expert,
I want to use the external link on Dialogs.
But, HTML tags do not work.
Could anyone let me know how to do that?
Thanks,
Dear expert,
I want to use the external link on Dialogs.
But, HTML tags do not work.
Could anyone let me know how to do that?
Thanks,
Hi
Perhaps your script should create a HTML link, for example:
<a href="http://ServerName/documents/rest/v2/data/0/0/-/3f786374-47f0-4a1e-a9d2-4ba13f799aac?tenant=default&revision=-1" class="link" testid="DOCUMENT_LINK" aria-label="Mydocument.txt" download="">Mydocument.txt</a>
BR
AO
Dear Oliveira,
I added the html as your comment. but It does not work on ARIS Connect.
The Html tags are displayed on Dialog.
Do you know why it does not work? Is there any configuration to use the HTML?
Thanks,
Best regards,
Daeil Gil
Hello Daeil,
I doubt that text in report dialog boxes can be rendered as html.
Maybe you must define a dialog pushbutton (cf. Aris Script help on your server /abs/help/en/script/ba/#/home/r_O_DialogTemplate_pushbutton1/en/1) that triggers the url to call as the return value after closing the dialog.
I can't offer you a working example, but in this post is included a complete user dialog script example, apparently from ARIS 9 Script Help.
Regards, Martin