< Back
Print

Setup a transformation list for CSTypes

Sometimes it is necessary to convert the internal CS attribute types into known types for external systems.

However, CONTENTSERV only specifies the respective name of the plugin as type. Thus a number has accordingly the type: ../admin/core/cstypes/numberCSType.php

To process this for the target system, you have to transform these plugin paths, e.g. ../admin/core/cstypes/numberCSType.php => number

The best way to do this is to use a transformation list.

A fairly complete list of possible CS types can be found here:

 

../admin/core/cstypes/htmlCSType.php
../admin/core/cstypes/dateCSType.php
../admin/core/cstypes/fileCSType.php
../admin/core/cstypes/captionCSType.php
../admin/core/cstypes/textareaCSType.php
../admin/core/cstypes/selectionCSType.php
../admin/core/cstypes/currencyCSType.php
../admin/modules/pdm/cstypes/articlereferenceCSType.php
../admin/core/cstypes/measureCSType.php
../admin/core/cstypes/templateCSType.php
../admin/core/cstypes/numberCSType.php
../admin/core/cstypes/isbnCSType.php
../admin/modules/pdm/cstypes/measureunitCSType.php
../admin/modules/workbench/cstypes/codeCSType.php
../admin/core/cstypes/readonlyCSType.php
../admin/core/cstypes/numbervaluerangeCSType.php
../admin/core/cstypes/valuerangeCSType.php
../admin/modules/pdm/cstypes/barcodeCSType.php
../admin/core/cstypes/qrcodeCSType.php
../admin/core/cstypes/tableCSType.php
../admin/modules/comet/cstypes/cometitemtemplateselectionCSType.php
../admin/modules/smart/cstypes/smartpresetselectionCSType.php
../{ProjectName}/modules/smart/cstypes/smarttemplateselectionCSType.php
../admin/core/cstypes/percentCSType.php
../admin/core/cstypes/placeholderCSType.php
../admin/core/extensions/flex/cstypes/flextableCSType.php
../admin/core/cstypes/gridCSType.php
../admin/core/extensions/stringfunctions/cstypes/stringfunctionCSType.php
../admin/core/cstypes/checkboxCSType.php
../admin/core/cstypes/colorCSType.php
../admin/modules/user/cstypes/userreferenceCSType.php
../{ProjectName}/modules/sawsconnector/cstypes/sctableCSType.php
../{ProjectName}/modules/sawsconnector/cstypes/scflattablevaluesCSType.php
../admin/modules/pdm/cstypes/attributereferenceCSType.php
../{ProjectName}/modules/sawsconnector/cstypes/scchannelarticleusageCSType.php
../{ProjectName}/modules/sawsconnector/cstypes/sccomplexarticleusageCSType.php

You can also download an import file for the transformation values (Download Excel Import File for Transformation List), which you can import as shown below. It is important that you enter your SCValueMapID in the Excel list before you import it.

 

Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Table of Contents