Improvements
Less time is required to render Grid reports and Kanban reports.
The following changes have been made to improve the right-to left display of the Arabic interface:
- The navigation bar and software logo are displayed on the right side of the screen.
- Content items in content areas are correctly rendered right-to-left.
The criteria to synchronize a component for enrichment has changed. Components will only be pushed to the My Product Catalog - Models in IT-Pedia® from Eracent® if the following criteria is met:
- The component has a vendor defined.
- The IT-Pedia Enrichment attribute is set to true.
- The IT-Pedia Synchronization attribute is set to true.
If the IT-Pedia Enrichment and IT-Pedia Synchronization attributes are set to true for a component and the component is pushed to Eracent's IT-Pedia®, the My Product ID (ITP_MYPRODUCTID) attribute will be synchronized with the component in Alfabet. If the component is later deleted in Alfabet, it will also be deleted in IT-Pedia upon the next synchronization.
Data quality rules can be created for non-artifact object classes such as Skill, Operation, Person, or Interface System.
The sub-nodes of the Property Groups node shown in the Meta-Model are in alphanumeric sequence. They are no longer displayed in the order that they were created.
Customers can define generic operations for object classes in order to add buttons to class-based content areas and data workbenches. Buttons can be defined to trigger ADIF jobs and events, start a workflow, edit objects via a wizard, and navigate to content areas, data workbenches, views, or configured reports.
JSON arrays can be defined for the Generic OAS API integration interface. In the configured report to export JSON data to a third-party RESTful service, the complete array for the JSON field must be defined as text in the column returning the data for the JSON field. Variable values can be included between text elements:
- '[ {"schemaNamespace": "default", "values": {"name": "'+APPLICATION.NAME+'", "objectstate": "'+ISNULL(OBJECTSTATE, '')+'"}}]' as 'objectData'
The column must have the data type Text for the data mapping in the resource bundle definition and the Attribute definition of the ADIF export scheme.
For JSON array import from a third-party RESTful service, payload of type array nested inside objects can be mapped in the integration resource bundle assistant in a field of type Text. The entire array content is then available in this column and respective object data can be consumed as JSON data at the time of ADIF execution and processing.