Field Transformation

Hi,
I’m trying to auto populate a field with the concatenation of other field in the same item. The documentation refered me to use the “Item Transformer” to do so but I don’t find any way of doing it ?
Does someone know how to do that ?
Thanks,

Guillaume

Guillaume,

You must write the Item Transformer you want to use. Rhythmyx does not ship with any Item Transformer extensions.

RLJII

To expand on Bob’s reply a bit:
You need to write a Java extension that implements the IPSItemTransformer interface.
Then register this with the workbench (New->Extension.)
After doing this, it will become visible in the drop list in the table in the Item Transform tab of the content editor.