Product Configurator Finished Item data

Ivan Romeo

Hi,

Is it possible to inform at the item generated y product configurator with information used at the configuration?

I am talking about userfields created specifically. It would be usefull

 

Best Regards

 

Comments

2 comments

  • Comment author
    Martin Heigl

    In this window you have the windowevent post_generate_item

    and you've follow variables

    <e_newitem> = the new generated item
    <str_parm.c_parm1> = the configuration

    BEAS_CAFT_VARIANTE_KOPF => Header from the configuration with all UDF's
    BEAS_CAFT_VARIANTE => the properties

    you can change the generated item after creation over the DI-API

    windowevent post_generate_item
    // your script
    end event


     

    0
  • Comment author
    Ivan Romeo

    OK, I will try it.

    Very Kind

    Best regards

    0

Please sign in to leave a comment.