Explore the possibilities with Sage CRM insights through our comprehensive blogs. As a leading Sage partner, Greytrix helps businesses maximize their Sage CRM potential with its rich expertise and immense knowledge. Here, you will find blogs that feature expert advice, tips & tricks, best practices, and comprehensive guides on customizing and configuring Sage CRM for your business. Stay informed with our regular updates and expert insights!
Providing an Hyperlink to a related entity through Communication screen
In today’s software world reducing number of clicks is an essential task. In CRM we can have communications against all the entities. How helpful it would be; if I can provide link to parent entity on communication screen itself? This way I can go from communication find screen and then also visit the relevant entity record against which that communication is created.
Below is the same thing we have implemented for communications against Quote. On the communication screen we have provided hyperlink to navigate to corresponding quote.
Below is how you can achieve the same.
The action required to redirect to standard Quote screen is 1469. Hence the URL is created and its maintained in a hidden field.
sQuoteUrl = eWare.URL(“1469”);
On onload we have added the hyperlink to the caption of a field. Refer this code that is added in custom content of the screen.