5
Problem: When creating a link using System.GetUrl() date and time filter values are formatted according to the current user's region. If the recipient of the link (e.g. via email) has a different region, they might hit these errors on clicking the link:

"The format of the date 21/03/12 does not match your device's date settings. Make sure that the day, month and year are in the correct order ns use the correct separator (such as - or .). Alternatively, you can always use the format 'yyyy-mm-dd'."

"The value "1:33:22.44 PM" can't be evaluated into type Time."

Idea: new overload of GetUrl() with extra boolean parameter UseRegionalFormats. Pass true to use formats based on the logged on user's region, false to get region-insensitive (ISO) formats. Or call it without the extra parameter to get region-insensitive formats.
Category: Development
STATUS DETAILS
Needs Votes
Ideas Administrator

Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team