This is my code:
service.Credentials = System.Net.CredentialCache.DefaultCredentials;
// Get the current user.
WhoAmIRequest userRequest = new WhoAmIRequest();
WhoAmIResponse user = (WhoAmIResponse)service.Execute(userRequest);
service.CallerIdValue = new CallerId()...
I add a function such as below into Golbal.js:
function alertq(){
alert('!!!');
}
And I add codes as below into the onLoad() function of Account:
{alertq();}
But when I open a Account in CRM 3.0,it alert a Error,like:
"self-defined event of this field error
onLoad()
object Expected."
Who...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.