Is it possible to get the Navigation Link of a CRM Form at Runtime?
Thanks in Advance
Hi,
you can get value using below code in your form OnLoad() event;
window.location.href or window.self.location or document.location.href
Thank You..
Can we use JavaScript in the Sitemap of CRM 4.0?
If Yes,how?
Can anyone please explain how to create WorkFlow to send Email when a record is created?Thanks.