• Creating a Basic List with the Web Class for Multiple Contexts

    Below is some example code that shows how to create a simple list with the Web class for multiple contexts. Company Person My CRM (Selected User) Team using Sage.CRM.Controls; using Sage.CRM.WebObject; namespace SA_Basic_1 { class…
  • An example using the GridColCheckBox class

    class TestList : Web { public override void BuildContents() { try { string SelectedFields = this.Dispatch.QueryField("SelectedFields"); if ((SelectedFields != null) & & (SelectedFields != "")) { AddContent("Selected Companies "); string[] sArray = SelectedFields…
  • Double display of vertical panel in a .net ListPage

    Help! I have a list page that I am creating that will operate like a "QuickLook" page. One of the panels that I put on the page was Resident Deposits. For some reason, this panel is displaying twice and I am not sure why. Hoping someone can help and…
  • How to create an editable grid in dot net?

    In the marketplace I can see a lot of partners are able to do that. But how do I do that as a partner myself? Can someone give me a head start or point me to the right direction? I'm not creating it to sell at marketplace but my company is too stingy…