• API String filters now working as expected?

    Hi all! I'm using the SugarCRM API and trying different queries. As mentioned in the documentation we expect to filter all the columns exposed from the /metadata endpoint for each module. What happens is that we don't have consistent behavior. If…
  • API Users endpoint: getting different number of records for different fields listed on PostData. What is the API query cost algorithm? Is there any endpoint that calculates it?

    Hi all! I'm using SugarCRM API v11_22 and I'm testing the Users module. If I run different queries I get different results, sometimes even errors. What I've noticed is a mechanism under the hood that calculates the load of the query and depending…
  • Sugar Labels Not showing after copied from GIT (On Demand to my Local Development)

    After installing the on demand sugar copy of CRM from Git, Most of the module lables are not showing up. After research we found that, The Language files that are supposed to be generate in “cache/api/metadata” are empty. Files are following: That means…
  • Acquire the parent Account organization

    Hello everyone, I have tried to create a tree showing the member organizations of an account. Building up the structure down is easy by using "/Accounts/< recordKey> /link/members" But if I want to look up in the tree it becomes much more difficult. Is…