RE: Count the number of days since the last cuntact was created per account
Hi,
You can achieve this functionality as follows:
1. Create a two option set on contact, say "New Contact added?" (default = No)
2. write a workflow that will set the counter on the account as 0
2. You need to write another custom workflow called on create of contact where you have to check if New Contact added = No then wait for
1day and increment the counter on the account by 1 and in your custom workflow set all the contact associate to that account as New Contact added? = Yes except for the current record and call this as the child process.