0 votes

Hello,

is there a char sequence to escape URL string from being converted to Adaxes expresions in HTML email?
I want to add a linke (sample below) to the HTML email, but get error because of '%' characters being treated as start and end of expressions.
http://hostname/Query/List.rails?class_name=System.User&page=-1&attributes=_EmployeeID%2CTitle%2CName%2CUserType.Title%3AUser%20Type%20Title%2CEMailAddress%2C_Location._Location%3ALocation%20Location%2CManager.Title%3AManager%20Title%2C_Location._Region._Region%3ALocation%20Region%20Region%2C_UserStatus._Status1&sort_by=Title&hide_filters=False&query_changed=False&currentShortcutItem=cc659e1b-eb96-421e-97d6-8b19404d6bff%2Ccc659e1b-eb96-421e-97d6-8b19404d6bff&cns=_EmployeeID-c-0-_a_Title-c-1-_a_Name-c-2-

by (760 points)

1 Answer

0 votes
by (272k points)
selected by
Best answer

Hello,

Each % sign is considered by Adaxes as a beginning of a value reference. For your link to work correctly you need to replace each % character in it with %%. Finally, your link will look like the following: http://hostname/Query/List.rails?class_name=System.User&page=-1&attributes=_EmployeeID%%2CTitle%%2CName%%2CUserType.Title%%3AUser%%20Type%%20Title%%2CEMailAddress%%2C_Location._Location%%3ALocation%%20Location%%2CManager.Title%%3AManager%%20Title%%2C_Location._Region._Region%%3ALocation%%20Region%%20Region%%2C_UserStatus._Status1&sort_by=Title&hide_filters=False&query_changed=False&currentShortcutItem=cc659e1b-eb96-421e-97d6-8b19404d6bff%%2Ccc659e1b-eb96-421e-97d6-8b19404d6bff&cns=_EmployeeID-c-0-_a_Title-c-1-_a_Name-c-2-

0

Great. Thanks!

Related questions

0 votes
1 answer

Hello, I recently upgraded my ADAxes instance from 2017.1 to 2018.2 I was general happy with how simple the upgrade was. Although the URL to my sites changed from ... / label Where can I modify this and generally customize the approval emails Regards, ice-dog

asked Nov 16, 2018 by ice-dog (170 points)
0 votes
1 answer

Hi, is there possibility to search some custom string across all powershell script files used in Adaxes? I.e. Custom commands, Scheduled tasks etc I need to find out where is used some PowerShell command to be able to replace it for another one..

asked Apr 27, 2020 by KIT (910 points)
0 votes
1 answer

Hi All, I am currently using the 30 day free trial of Adaxes and seeing if we can use it to achieve our method of user provisioning. I am looking into server-side ... variable value within an SQL query Can this be achieved? Any help is much appreciated, Thanks

asked Feb 1 by Lewis (40 points)
0 votes
1 answer

Hi there, I am just wondering if it is possible to change the URL slug of the web interface URL's. For example, when browsing to a user, the slug is: https://adaxes. ... object ID to not expose this kind of information. Is there a way to achieve this? Thanks.

asked Mar 29, 2022 by bjorn19 (20 points)
0 votes
1 answer

The default is http://[mydomainname]/Adaxes/SelfService is there a way to change this? example; http://[mydomainname]/passwordselfservice or http://[mydomainname]/help

asked Sep 17, 2021 by john_shook (40 points)
3,348 questions
3,049 answers
7,791 comments
545,047 users