• Mobile View of Calendar: Where Can We Control This?

    I have multiple clients who use their URL on their phones instead of the App. All are using CRM 2017. The Calendar view for "My Desk" allows them to look at today or the week. If they opt for the week (and they all opt for the week) you can't actually…
  • 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…
  • About workflow rules based on custom views...

    Although I'm working with Sage CRM for 7 years now I still discover new things every day. Today I've remembered that we can create a workflow rule based on a view instead of a table, and it lead me to some new thoughts and I need a few answers to see…
  • .NET CustomPage - Button creating new Oppo -> Redirect to Oppo after Saving it

    Hello everybody, we've got a custom page (tab underneath communication) showing additional information. This is realised using a DLL (List, Filterbox, several Buttons etc.). -> Additional Table in 1:n relationship to Communication. Now we've implemented…