Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Context

Excerpt

 

Status
subtletrue
colourGreen
titleV.2NEW V2.12
 You are storing external references at movement level through SecuTix Public API, you will now be able to integrate those data on SecuTix ticket templates that will then printed every time such ticket template is used.


Solution

In cases where you have built a fully custom user journey for your customers on top of SecuTix Public API, you may store some data at movement level like external identifiers for example. It can be needed to print those data on the all the tickets that would be generated by SecuTix. You will now have the possiblity to do such setup and display those data on any ticket templates.


Getting

started

  1. Add

    a

    textfield

    on

    your

    ticket

    template

  2. In

    properties,

    Select

    Custom

    value

  3. Specify

    the

    key

    that

    needs

    to

    be

    displayed

    (depending

    under

    which

    key

    you

    have

    saved

    your

    data)


Code Block
languageactionscript3
titleCustom value exempleparameter definition
${Movement_externalReferences;array_code=<YOUR_KEY>} 


Example if you have saved your additionnal data under the key "externalPaymentReference"

Code Block
languageactionscript3
titleCustom value exemple
${Movement_externalReferences;array_code=externalPayementReference}