Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. micccn

    When I create a fax,return error:"Server was unable to process request

    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()...
  2. micccn

    Add a function in Golbal.js,but reply "object expected" when running

    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...

Part and Inventory Search

Back
Top