This topic describes the updates, enhancements, and fixes introduced in the EnterWorks 11.3 release.
New features in EnterWorks 11.3 include.
EnterWorks UI reskin
- With the new UI reskin in this release, the steps for applying custom branding have changed. For details, see Rebranding the EnterWorks UIs.
- For information on maintaining your system with the updated UI, see System Maintenance.
- Updated global styles, layouts, and themes for improved visual consistency.
- Refined component styling using the Prism Design System, including buttons, forms, modals, and navigation elements.
- Fixed and smaller-width modal dialogs compared to earlier, larger, resizable dialogs.
- Updated sorting icons in record listings to denote relational attributes (replacing the previous dark gray icons).
- New rebranded assets, such as logos, icons, and fonts, ensuring a cohesive design throughout the application.
- Enhanced accessibility through improved color contrast and typography choices.
Support for generic export REST API for metadata
EnterWorks now provides a secure, read-only REST API that enables external systems to retrieve metadata definitions and configuration objects from the EnterWorks data model in a consistent JSON format. This API allows programmatic access to metadata such as repositories, profiles, attributes, attribute groups, attribute tabs, code sets, and related details without exposing any transactional data or permitting changes to the system.
Key capabilities:- RESTful endpoints: Standardized endpoints under /api/v1/enterworks/datamodel/* for accessing different metadata object types.
- Read-Only access: Ensures the source data and schema remain unchanged.
- Comprehensive metadata coverage: Includes repositories, profiles, attributes, attribute groups, attribute tabs, code sets, and code set details.
- JSON output: All responses are returned in JSON format for easy integration.
- Security enforcement: Access is restricted to admin group users via Bearer token authentication.
- Pagination and sorting: Pagination supported for large datasets (attributes, code sets) with sorting on primary and foreign keys.
- Standard error handling: Consistent HTTP status codes (400, 403, 404, 405, 500) with descriptive error messages and error codes.
Support for tab-separated values in IN search
EnterWorks now allows users to copy and paste multiple values from an Excel column directly into the IN search criteria for filtering. In addition to the existing comma-separated format, tab-separated values are now also supported, making it easier to filter using lists copied from Excel.