Browse By Tags

  • Set Context in dot NET issue with CRM 7.3 SP2.1

    I was using SetContext("entity", "ent_entityID"); to set context in dot NET for Custom Entity which works spot on for Sage CRM 7.3.a but when client updated to Sage CRM 7.3 SP2.1 same thing starting to show DOTNET errors and it stop doing what it…
  • Redirect to .net Page after EntryForm Submit

    I have a solution where I call the standard Communication Edit screen (ACT=363) from a hyperlink on a .net Page. I need to be able to save the communication and then redirect back to the original .net page. Does anyone have any suggestion as to how…
  • .Net API

    Hi Guys Our client's requirements are to create a file upload screen where they upload Excel files to & some processing is done on the data. I simple interface with a file upload & a submit button. Below is the code. public override void BuildContents…