Overview
Version: 7.12.4
Patch Release Date: Oct 21, 2024
Data Modeling
Fixes
Data Modeling: Fixed an issue where non-administrator roles could not update fields in a Data Model.
Vega
Enhancements
Vega Logic Components: Added support for Vega logic components to reference nested properties. To reference a property like
endUser.firstName
, use the following syntax:endUser.property(firstName)
. This enhancement applies to the Calculator, Decisions, Initializer, Plug-In, and Data Workflow components.