finding crm server url from ISV.Config
write a function as
getUrl= function() {
                              var url=document.location.host;
                               return url;
                            }


You must be logged in to post a comment.