• BeanCollection not in Sugar documentation

    I'd like to bring attention to a Sidecar function called createBeanCollection . I found it to be very useful for loading multiple Sugar records from a single module, as described well in Angel Magana's blog . The problem is that it is not mentioned in…
  • Best Practices: How do I pass a mass collection, specifically ids, as API parameter?

    I have a custom module, I added a list view action that calls a custom API. I have a couple of options in mind: 1) call the API once per ID of the potentially hundreds of selected items, 2) call the API passing the mass collection as a parameter (can…