Release notes 7.14

Below you'll find a brief overview of new functionality implemented in Axiell Designer 7.14, including links to more information. We strongly recommend always using the latest version of Designer.
The Axiell software which needs to be updated to the latest version once new Designer settings have been applied (only if you have a license for that software of course) is the following: Collections, AdMove server, Workflow client, Ingest, WebAPI, SDK, AnalyzeData, Migration, ConvertInternalLinks, IndexCheck, InternalLinkCheck, LinkRefCheck, RemoveLanguageFromData, RemoveTagsFromData, DBtool and ValidateDatabase.

Contents

ERRORMs in output adapls now collected and displayed in window after finishing output job

PBK XML documentation now includes the list of indexes used for simple searching

Type and Tag columns included in Translation manager export

Secure connections for SMTP

Copy and Paste functionality for an image metadata field mapping

2024-04-16: release notes Axiell Designer 7.14

The following bug fixes and new functionality for Designer 7.14 have been implemented:

Bug report no.

Short problem description

AX-546

Possible security issues: some code libraries were not up-to-date.

AX-545

The Application tester sometimes crashed when the advanced setting were set to Show warnings and Fix problems.

AX-544

IndexTool crashed when re-indexing a particular database because of a unique integer index.

AX-542

ImportTool log files didn't generate properly if a file name was specified in the .bat file.

AX-534

Export from within Designer no longer worked.
The issue was fixed by introducing a new tool: exporttool.exe. Click here for more information about the tool.

AX-533

Application Browser: a newly created (metadata) database did not get the Locale of the already existing databases, but the default 'ANSI' instead.

AX-532

The Create index function for a field inserted two index definitions instead of one.

AX-531

Application browser: application "features" were not included in the XML documentation.

AX-529

In XML documentation reports, the screen properties 'Before screen Adapl' and 'After screen Adapl' were incorrectly labeled as 'Before/After Field Adapl'.

AX-518

Application Browser: full text indexing was not avavailable for metadata databases.
With the fix, the Enable full text index checkbox is now available for metadata table definitions too and it behaves the same as for other database definitions. The full text tables are created using the Create missing tables function and the index is populated using the reindex function. Full text tables are created immediately when the INF's with the full text setting are saved for the first time.

AX-506

Reindexing a field after setting it to Indexed link could create a duplicate meta reference in the SQL IndexedLink table.

AX-233

Spaces in field names caused a crash of Designer during an Application Tester run.
The Application Tester fix option now replaces space characters in field names with an underscore, but only as long as there is no other field in the database that already has the corrected name.

ERRORMs in output adapls now collected and displayed in window after finishing output job

ERRORM statements in adapls used in output formats are now collected and displayed at the end of the output job. This applies to both adapl-only output formats (using WORDCREATEDOCUMENT or just PRINT and OUTPUT statements) and adapl+Word template output formats.

PBK XML documentation now includes the list of indexes used for simple searching

For simple search fields, the XML documentation for the .pbk will now contain a list of the searched indexes. Something like:

<indexes>
             <index>IN</index>
             <index>TI</index>
             <index>OB</index>
             <index>BE</index>
             <index>VV</index>
             <index>DS</index>
             <index>TK</index>
             <index>OC</index>
             <index>MA</index>
             <index>ij</index>
             <index>ip</index>
             <index>N3</index>
             <index>yg</index>
             <index>Ya</index>
             <index>TR</index>
             <index>CB</index>
             <index>ya</index>
             <index>yc</index>
             <index>yF</index>
             <index>yP</index>
             <index>yG</index>
             <index>yp</index>
             <index>yk</index>
             <index>yn</index>
             <index>FL</index>
             <index>Y7</index>
             <index>ib</index>
             <index>OP</index>
             <index>PB</index>
</indexes>

Type and Tag columns included in Translation manager export

To be able to tell what type a text is or what field tag it is related to in the exported XML, Type and Tag attributes have been added. For example:

 <text type="Screen field label" tag="ts">
   <English> - </English>
   <Dutch> - </Dutch>
 </text>

Secure connections for SMTP

In the SMTP settings section on the Application authentication properties tab, a Use secure connection checkbox has been added to enable secure connections for e-mails sent through SMTP.
This setting is compatible with Collections 1.19 and up.

Copy and Paste functionality for an image metadata field mapping

Right-click the upper left corner of an image metadata field mapping on the Image properties tab of an image field to open a context menu from which you can copy the entire field mapping at once or paste an earlier copied field mapping to the current mapping (which overwrites the entire current mapping).

MetadataFieldMappingCopyPaste