• SugarCRM API Metadata endpoint. Properties - How to define an updatable field?

    Hi, When querying the /rest/v11/metadata?type_filter=modules endpoint we can see the list of fields under the /fields object. Some fields have the property "readonly", as the name implies this defines if this field can be used on Create/Update endpoints…
  • Restrict relate field to not relate to itself

    I have an Accounts relate field on Accounts for the parent Account and I want to prevent the user from setting the account as it's own parent. I can certainly check the id once the save is clicked but I'd rather prevent them from choosing the wrong one…