Entity Function for Multiple Entities

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JRender
    Junior Member
    • Mar 2025
    • 5

    Entity Function for Multiple Entities

    Hi,

    I am new to EspoCRM, and I have a couple of questions about the Entity Functions in the Formula Scripts. I would like to write a script where it would take the number value from a particular field from one entity record and add it to the values from the field for several other entity records. For example, suppose I had the custom field "Tickets" and the values in the field contained the amount that each record had paid. I would then want a script that would sum those amounts for multiple other records in the same entity.

    I looked in the documentation, and based on the descriptions of the functions the only non-custom function that would seem to be able sum values like this is entity\sumRelated. However, per the documentation, "Functions of the Entity group operate with a target record. There can be only one target record available in formula-script context."

    My question, therefore, is does anyone know if there is a way to write additional commands into the script that would allow me to use the entity\sumRelated function to sum values from multiple entities?

    Failing that, does anyone know if there would be a way to write a custom function that would accomplish the same task?

    Thank you in advance for any help that you provide.
  • emillod
    Active Community Member
    • Apr 2017
    • 1456

    #2
    It's for sure possible. You can add strings via summing them manually - Formula. It's possible to create custom formulas or it may be achieved via hook as well.

    Comment

    • JRender
      Junior Member
      • Mar 2025
      • 5

      #3
      Thank you for your prompt response emillod. I have some clarifying questions:

      1. What exactly do you mean "summing them manually"? Are you referring to the use of the + operator?

      2. Even though I know a little bit about coding, I'm not a coder by trade, so what combination of functions would be needed in my custom formula to select the field values from multiple different records, so that I could then "sum them manually"?

      Comment

      Working...