On Monday May 9th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2274 and RunTime Revision 966. 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 Wednesday May 11th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 966. 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 2260: Copy Service Change
- Users are now able to copy multiple services from a canvas that is in Read Only Mode.
- Several IDE pages aren't properly secured and have now been secured.
- Implemented a QR code and parameters textbox in the "Phone View" tab to allow users to easily test a page from phone.
- Added in a 0 option for the minute and prevented 0 hours and 0 minutes from being selected.
- Fixed the insert for the LanguageAppId for IDE, Security, and Connector to get set to the ConnectorId instead of 0.
- Check the forum post for more info.
- The Yes On Right property has been added to the properties section of the service and the Yes and No nodes now visually switch when the user changes that property.
- Implemented validation on the textbox for configuration variable name to prevent spaces.
- Check the forum post for more info.
- Changed how the acknowledge revision data is sent to the EASYProcess website to display it so that HTML displays properly.
- Implemented a system only column for last run time to be able to always display the last run time of the BatchJob.
- When a user clicks the "Download CSV" button, if the data has a " the generated csv is broken. The " character no longer breaks the csv generation process. The model is not honoring the exposed service flag. The model now will not allow webpages to access service output that is not exposed.
RunTime
Revision 957: Promotion View Html Build
- Changed the SavedDateTime value on promotion to force building for View Html webpages.
- When events are ran from a control all other events/controllers run after fail to run. Reworked the JavaScript setup for running control events.
- Implemented a progress indicator for the phone application when switching the menu options.
- Added the View description to be returned from the GetMenuData service.
- Files that are empty are failing to upload via the DNDFileUpload control. Changed the checks from empty files to null files.
- When using the web location in a DNDFileUpload control, the "x" button to delete a files fails to delete. Added a check for the location in the logic that deletes the file.
Revision 110: ECC Order By Fix
- In Inquire services UNION statements would cause the OrderByClause to be added multiple times to the query. Changed it to only be added at the end of the query.