Custom export process

Hi Experts,

We have a successful Hybris 5.5 installation, that works fine with DamLink installation on a Dam 10.5 server.
We want to know if there is a possibility to call a custom export process in Dam server when the OtmmExportServiceJob starts at Hybris side.

TY
Antonio

Comments

  • Hi Antonio,

    in general the transformer id is configurable in local.properties resp. project.properties:

    #The ID of Transformer instance used by OTMM for transformation
    # Currently only "ARTESIA.TRANSFORMER.EXPERT IMAGEMAGICK.DEFAULT"
    # or other instances of "ARTESIA.TRANSFORMER.EXPERT IMAGEMAGICK" are supported
    otmm.image.transformer.type.id=ARTESIA.TRANSFORMER.EXPERT IMAGEMAGICK.DEFAULT

    If the new export (transformer) provides the data in the same format as the standard transformer and as expected by the Hybris assignment process, this should work. However we don't have much experience with this, especially as with newer version mainly the Media Servlet delivery is used.

    Best regards,

    Xaver