I would like to know how I could add a Field to an Entity who's value is a count of the number of child records.
For example, in Tickets I may create a field called TaskCount - the value I do not want to be stored in the database but I would like the value to be the COUNT of the number of related Task entities.
Is there an existing example of this in EspoCRM which I could use to help me?
For example, in Tickets I may create a field called TaskCount - the value I do not want to be stored in the database but I would like the value to be the COUNT of the number of related Task entities.
Is there an existing example of this in EspoCRM which I could use to help me?
Comment