Morteza
Morteza

Reputation: 444

Have a link in custom crm report

Is it possible to have a link in a custom crm report?

In the picture, How can I make patientId as link that when it is clicked, the patient form opens?

enter image description here

Upvotes: 0

Views: 33

Answers (1)

James Wood
James Wood

Reputation: 17552

Turn those labels into hyperlinks, seems to be plenty of questions on this already.

Use this information to set the correct URL to open the patient form

Open forms, views, dialogs and reports with a URL, for example:

http://myorg.crm.dynamics.com/main.aspx?etn=[your entity name goes here]&pagetype=entityrecord&id=[record Id goes here]

Upvotes: 1

Related Questions