• Sdata / JSON doesnt work locally only externally.

    Hello, I have a small JSON script which retrieves a list of records. This script works perfectly when CRM is accessed externally but doesnt work at all when CRM is accessed internally. By internally, i mean accessing CRM locally on a machine (PC or…
  • Compound filterWhere possible?

    Is it possible to perform compound filtering statements on grid rows? I've been trying without success. I want something like... crm.grids().rows().filterWhere('field_one', "le", new Date).filterWhere("field_two", "gt", 0).highlightRow("pink"); Perhaps…