Question
How we would find the difference of two date fields in years for a client with a very long business cycle?
We tried doing this in a business process but there is only totalHour .totalMinutes and .totalDays
Answer
The easiest way to count the years is described on community: https://community.bpmonline.com/questions/auto-calculate-age-based-new-birthdate-custom-field
In the community case, the business process counts the total number of years between particular date and current date. You need to adjust this process to make it count between two particular dates.