Hey there!
Following challenge:
My "Users" are my employees. That for i created an entity "UserStatistics" which is linked n:1 to a "User". In this entity "UserStatistics" i calculate and save the monthly cost and turnover of an user (upon save script) to visualize this in a report on a monthly or quarterly basis. I would like to run a Workflow on every first day of the month which creates one record "UserStatistics" per "User" in the group "Employees", the relation "User" should be set to the respective user.
I am pretty deep into Espo, Workflows and Formula Script - but now i have no idea how to setup this. My challenge is, that i don't understand the logic behind scheduled workflows and list repots in this case.
I'd be happy if someone would give me a hint on how to solve this.
Thank you very much in advance!
Best regards
André
Following challenge:
My "Users" are my employees. That for i created an entity "UserStatistics" which is linked n:1 to a "User". In this entity "UserStatistics" i calculate and save the monthly cost and turnover of an user (upon save script) to visualize this in a report on a monthly or quarterly basis. I would like to run a Workflow on every first day of the month which creates one record "UserStatistics" per "User" in the group "Employees", the relation "User" should be set to the respective user.
I am pretty deep into Espo, Workflows and Formula Script - but now i have no idea how to setup this. My challenge is, that i don't understand the logic behind scheduled workflows and list repots in this case.
I'd be happy if someone would give me a hint on how to solve this.
Thank you very much in advance!
Best regards
André
Comment