Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
By njhajhajha
#815093
Hey,
I have used this:
$link = PMFCaseLink(@@APPLICATION);
@@app_link = $link;

to get the link to perticular case.
But when i use this variable in template of Process maker it appears as a string instead of a link.

And when I put that variable in <a href=@@app_link >
I does not display case instead throw error as it has PM link appended before that variable
Eg: http://localhost:81/sysworkflow/en/neoc ... @#caseLink


So is there any way to completely get the clickable link from variable?
User avatar
By amosbatto
#815106
Do it this way in your trigger:
Code: Select all
$link = PMFCaseLink(@@APPLICATION);
@@app_link = "<a href=\"$link\">Case #" . @@APP_NUMBER . "</a>";
Then, place @#app_link in your email template.
By NAlvarado
#815243
Thanks! I have also used it in my email. Question, I notice that it requires the user to login. Is there a way to get around the user having to login and still record the user that took action on the task?

Do you want a quick way to delete passwords from P[…]

Try the CloudMigration PST Converter to convert […]

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]