Forum Discussion

IanHallett's avatar
IanHallett
Regular Visitor
4 years ago
Solved

Hyperlink to underlying CRM record

Hi, I have a requirement within a dashboard table to create a clickable hyperlink to the underlying record in MS Dynamics, the Dashboard uses the Direct Query method.

 

I have deduced from considerable googling that it should be a case of creating a custom column and changing the column type to URL, however there seems to be contradicting advice as to whether this is possible with DirectQuery.

 

I have tried to following various different suggestions including this one below:

 

 

Uusing the below syntax I get a “Token Eof expected” error. If I remove the colon after the https the error clears and I can click on OK. However I then get a “Expression.SyntaxError: Token Right Paren expected” error.

 

https://mycompany.dynamics.com/main.aspx?app=d365default&forceUCI=1&pagetype=entityrecord&etn=kln_quoteinformation&id=” & myfield_name &”

 

Any help would be greatly appreciated.

Thanks.

3 Replies