Weekly Upgrade Announcement 12/12/22

Read-only forum. Used to announce new releases of EASYProcess.

Locked
JustinVanRegenmorter
Posts: 517
Joined: August 26th, 2021, 9:56 am
Contact:

Weekly Upgrade Announcement 12/12/22

Unread post by JustinVanRegenmorter »

Platform Upgrade Schedule
On Monday December 19th, the IDE/DV/QA environments for Platform1, Platform2, Platform3, and Platform4 will be upgraded to DesignTime Revision 2493 and RunTime Revision 1146. 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 December 21st, the PD environment for Platform1, Platform2, Platform3, and Platform4 will be upgraded to RunTime Revision 1146. 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.

NOTE: This upgrade will prevent any existing projects that are in QA from demoting. In order to get an existing project demoted to DV please reach out to our internal team on live chat in the IDE, give us a call at 630-898-2923 or email us at support@krisesystems.com.


DesignTime
Revision 2485: Service Search
  • Users are now able to search on text inside the Logic Canvas. Clicking ctrl+f will open the search window. The results list will show under the search box and will have the service name on the left and the service node on the right. Selecting the service name in the search window will select the service on the canvas and selecting the service node will open the service and navigate to that node.
Revision 2486: Static/Html Content Removal
  • The HTML Content feature on the IDE has been removed. This includes the HTML Content page links on the home page and menu dropdown, the Static Content control on the webpage and view canvases (Note: the Html Content control is separate from this feature and has not been removed.), and the Html Content object from the Developer Workbench IDE page.
Revision 2487 & RunTime Revision 1142: Managed CSS Files
  • Implemented a managed CSS and JS file system directly in the IDE. 
    • Added two new objects to the Developer Workbench called CSS and JS along with IDE pages to manage these objects. This provides the ability to create application wide CSS and JS files directly in the IDE and move it through environments with promotion. 
    • The CSS and JS files can easily be included on pages by adding the following lines to the associated template:           
      • System_Data(appjs)
      • System_Data(appcss)
    • Added references to the view canvas to allow for easy access during development by adding a “View JavaScript Files” link on the controller event window and “Class Lookup” icon which pops open a window to view all files and classes in the files.
Revision 2488: Update Help Section Links
  • The Help section of the menu / homepage has been updated by updating the "Reference" and "Training" links and removing the "End User Documentation" and "Developer [IT] Documentation" links.
Revision 2489: Control Property Changes
  • The HtmlEncode and Translate property checks have been changed so that the HtmlEncode check by default is only true for the Inner HTML property and the Translate check only shows for text based properties. A new sort option is available which sorts properties that are translatable.
Revision 2490: List Maker Actions Change
  • The simple list maker window no longer allows users to create actions from them. It simply creates a List/Grid/Form from the given result.
Revision 2491 & RunTime Revision 1145: Boolean Service
  • Added a new service to the Logic Canvas Elements workshop called Boolean. This service replaces the BinaryDecision service, which is now deprecated, and allows the user to create more concise tests by utilizing the WhereClause editor. Boolean service functions exactly the same as the BinaryDecision services with following design differences. 
    • The “Expose Service Output” property can be utilized for the Boolean service.
    • The yes and no output nodes on the BinaryDecision service have been replaced with T and F on the Boolean service.
    • The service name will display on the service and it has a ? icon on it. 
Revision 2493 & RunTime Revision 1146: Alarm Enabling Feature
  • Implemented an enabled switch for alarms to turn them off without removing the alarm. ECC alarms will now stay on if there are multiple ECC instances and one of them is down and will turn off when all ECC instances are back up and running.

RunTime
Revision 1141 & ECC Revision 129: Service Node Logs
  • The service node logs now show the workshop name and the service name in the XML attributes.
Revision 1143: Alert Email Improvement
  • Alarm emails now sending in the following form:

    Subject:

    "[ALARM/OK]: [Type] [Tenant] [Application] [Environment]"

    Body:

    "You are receiving this email because the EASYProcess Alarm has been triggered and reached the [ALARM/OK] state.

    Alarm Details:

    Type: [Type]
    State: [ALARM/OK]
    Tenant: [Tenant]
    Application: [Application]
    Environment: [Environment]
    Date Time: [date time stamp]
    Description: Alarm is no longer active. Activity is back to Normal/[Error]

    Click the link below to view the alarm or change alarm preferences
    [Link]

    If you need assistance, please contact support at support@krisesystems.com"
Revision 1144: Dynamic Control Width/Height
  • Dynamically setting a controls width and height in MVC applications would cause the page to fail to render. The width and height rendering has been updated in the HTML in MVC applications so that EASYProcess can render dynamically set values for these properties.
word count: 897

Tags:
Locked