Development Environment - 11.9.0

Published on 2020-11-10 13:50:31
Windows
File
DevelopmentEnvironment-11.9.0 (Build 33413).exe
Size
122.99 MB

Information

Compatibility
  • Compatible with Platform Server 11, release Sep.2018 or later
Additional Resources For further information on any issues, please use the Support Portal.

NOTICE: OutSystems does not give support to any undesirable behavior you may experience due to the use or manipulation of undocumented components of the OutSystems platform, such as, internal JavaScript, RuntimePlatform library, database system meta-model, components in installation directories, etc.
Release Notes

New in Development Environment 11.9.0

  • Service Studio will now require installation of .NET 4.7.2 (as stated in System Requirements). (RICT-2083)
  • You can now translate the UI of your Reactive Web Apps and Mobile Apps directly inside Service Studio. Multilingual is a technical preview feature and you need to activate the option "Multilingual for Mobile and Reactive" in LifeTime. After enabling the feature, use the new Multilingual Locales folder and new SetCurrentLocale system client action. (RTAF-3387)
  • Fixed an issue that caused Service Studio to crash while opening modules that contain expressions that rely on implicit conversions between different data types. (RICT-2859)
  • When importing a REST Web Service through a Swagger specification, it is now possible to choose what methods to import. Inspired by Kilian Hekhuis's idea.

Bug Fixing

  • Addressed a discrepancy in the documented behavior of ExcelToRecordList when the SheetName parameter is left empty. Now it correctly indicates that the method will attempt to import a sheet called "Sheet1" and only if that is not available will it import the first sheet of the document. (RDEV-2311)