Hello everyone!
I have a Transfer entity which has a field Type , between Transfer and Maintenance.
I want to count only those records that are of type Maintenance and store it to a field such as Times of Maintenance.
I tried with Rollup but it doesn't work since it only counts records of that entity. I thought about workflow but i need to initiate the field to have value of 0 the first time and then to increment it . How do i put value 0 for the first time?
Any ideas?