Hello all,
I have followed and tested the guide How to import exchange rates using B1if and it uses the SBObob function SetCurrencyRate, my problem is that I require to update multiple dates with the same rate and this function only allows a rate and a date each time.
So I would like to know if there was any function that allowed us to send multiple dates instead of having to call this function multiple times, or else the number of independent sbo function call will be very large (number of calls = nº companies to update * nº of currencies * nº of days in the month).
Thanks for the help!