How to manipulate a variable within configurator, with Customer Table data

Hi,

We would like to manipulate a variable with data that exists in the customer table.

While in a sales quote when using the configurator determine the value of a variable depending on a field of the customer selected in the quote.

Any clue?

  • 0

    The variable in the Configurator for the BP is BPRNUM

    In Parameter/initialization, Kit Creation, etc... , Select LINK TABLE for the Action On.

    Select BPCUSTOMER for the Symbol.

    For the Expression, use [F:LNK]BPCNUM = BPRNUM

    To use the data in a formula, enter [F:LNK]FIELDNAME ( Where FIELDNAME is the name of the field that holds the data.)

  • 0 in reply to davaughan

    Hi,

    We did manage to make it work. first part works ok, I mean the link table line, but when we try to use the fields with [F:LNK] it is always saying that class does not exists... We manage to use the S_LNKOK variable after the link is made with appropriate filter, that works for now, but if we want to use more data we need to sort out the [F:LNK] problem... THANKS!