On Monday May 23rd, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2289 and RunTime Revision 979. 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 18th, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 979. 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 2285: IDE Menu Changes
- The IDE menu is now shorter on both sides so that it doesn't take up the full page and users can click outside the menu to exit it. The "esc" key now also exits the menu for the user.
- Added recommended values for the Page Name node on the SendWebPartEmail service.
- The Add New Application link in the IDE menu fails to open an inline window with the page. Moved the check that creates the JavaScript to properly open the "Add New Application" widget in an inline window.
- Loops and SubMethods don't have the correct separator in the Id, the checkout of objects with Loops and SubMethods fail to keep the Id the same, and the promotion of Loops sometimes fails because of Ids. Changed the creation code for Loops and SubMethods to keeps Ids consistent and fixed the separator.
- Added in the ability for tooltips on deprecated services to recommend other services to use and added the ability to search on keywords for services. Actual keywords and tooltips will be added in later revisions.
RunTime
Revision 978: CallMethod Name Exception
- In the following services in the Output/Name node is blank an exception will be thrown to state that the Output/Name cannot have an empty name.
- CallMethod
- CallMethodAdvanced
- CallSubMethod
- CallSubMethodAdvanced
- When the textbox control has required = true the asterisk doesn't appear on the title for MVC applications. Added code to check the required property and add in the asterisk.