I am scheduling reports using Job Queue. The problem is that I am using multitenent server with each tenant for different geographical country. Each tenant has a different format for date/decimal format. (e.g. some requires date for be in DD/MM/YY and some MM/DD/YY.)
When NAV runs a scheduled report via Job Queue it always uses the regional formatting that is configured for the NAV Server. And it cannot switch based on tenant.
How do I overcome this?