• C# .NET Library on Custom Entity

    I'm having an issue with the redirection from the URL("343") action. The PrevCustomURL variable is not working correctly. The ASP code I've found is as such: var strURL=new String( Request.ServerVariables("URL")() + "?" + Request.QueryString ); myBlock…
  • sdata crud

    The following is an example of how to update a field, in this case an Oppo_OpportunityUId, via client side 'Custom Content' using an sdata2/sagecrm2 (CRUD) call. In this example the aim is to copy the hidden Opportunity Id to a new field so that it can…
  • Popup Window Issues in 7.2f1

    On our quote page I've added a button to open a popup window to add a new address for the customer. var buttonaction = crm.url(241).replace("Key0=86", "Key0=1").replace("Mode=3", "Mode=1")+"&PopupWin=Y"; var xURL = "<a id='btnnewaddress' href='#'><img…