On Tuesday May 31st, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2301 and RunTime Revision 984. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM CST with an expected completion time of 12:30PM CST.
On Thursday June 2nd, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 984. Platform1, Platform2, and Platform4 will begin their upgrade at 3:00PM CST with an expected completion time of 3:30PM CST. Platform3 will begin its upgrade at 12:00PM with an expected completion time of 12:30PM CST.
DesignTime
Revision 2290: Static Property Editor Changes
- The control property editor has been updated to the monaco editor and has expanded functionality such as a search, formatter, copy/paste, and undo/redo.
- Refreshing the Assistant tab using the refresh button breaks the Static Values dropdown for other service nodes. The top level refresh button no longer affects that list.
- Log records now only load 100 records at a time to increase performance. Another 100 records will load once the user has scrolled down to the bottom.
- When adding a new Webpage/Widget if the user switches between the the Webpage and Widget type, the template dropdown does not populate correctly. Reworked the logic that handles the template dropdown.
- Implemented loading only the first 50 records for log workdata and children to prevent browsers from overloading with too much information and crashing. Added a counter to show how many records are currently loaded and a button to load the next 50 or all the rest of the records.
- Email attachments can now be added using an array of files rather than a ; separated list.
- Check the forum post for more info.
- Implemented an intuitive search bar on the Method recommended values for the MethodName of the BSFN service.
- Renaming services that have the gear icon do not properly resize the title has been resolved by reworking the service title resizing code. The ability for users to right click a connection and delete it has been implemented.
- Redesigned the Dialect feature of languages to make it more intuitive for users.
RunTime
Revision 980: Performance Change
- Changed when the logs are written to the database to increase performance.
- When the user has a value set for the "DisplayAnimationText" property, then the progress animation fails to show. Switched around the spinner and text variables when being passed into JavaScript that loads the progress animation.
- Translations patterns are failing to translate in certain instances so the context has been updated to take into account log databases.
- The alarm context is not always using the app context when sending messages to ECC. Added a function to call to set the proper context for calling ECC when running the alarm checks.