Hi All,
I have one custom button while clicking button i need to open the New Contact record
I tried twith F11 to get the URL but i didn't get it.
http://localhost/Test/main.aspx# am able to see this url only
can you please sugget me
Rammohan
https://msdn.microsoft.com/en-us/library/jj602956.aspx
openEntityForm can be used for this.
all the subgrids have a copy a link and email a link menu to get the record and view URL.
regards
Jithesh
Or
Xrm.Utility.openEntityForm("contact");
if you want to open a new contact.