We encounter an issue only on our Windows VM and not on our local development environment.
When calling FileRecord, we receive the following error:"
“Invalid date format. Requires ‘dd/MM/yyyy’“
I’ve verified that the date formats in the XML we pass into FileRecord are in the dd/MM/yyyy format. Could this be a locale error? The VM (FileRecord calls fail) is set to US locale, and the local deployment (FileRecord calls succeed) is set to the UK locale.