Is there a way to connect CRM to some online source of currency rates to keep them up-to-date?
Automatically update currency rates
Collapse
X
-
Every action done via UI can be done via API. Since it's administration, admin user rights will be needed.
I'd recommend creating a custom scheduled job that will be polling some currency rates service once a day.
Such services have max request number limits or are not free. Moreover they often disappear. That's why I didn't wan't to implement it for EspoCRM as an out-of-the-box feature.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment