メインコンテンツへスキップ

検索

検索

Commander E-Mail Trigger, Extra Data And Template Picking

コメント

2件のコメント

  • Avatar
    Legacy Poster

    I have managed to get the email trigger working. It executes a CommanderScript using the %Trigger Contents% variable. Here's what my e-mail looks like;

     

    %BTW% /AF="C:\Users\suitcake\Desktop\BarTender Examples\label.btw" /PRN="Zebra ZT410 (300 dpi)" /P /C=1

    %END%

    sample,csv,data

     

    How do I connect the data to my label fields? It seems the database option requires a local file, a layer I rather not implement.

    0
  • Avatar
    Ian Cummings
    モデレータ

    Create a connection to a template text file of the same field structure as you'll have in your email.  Set data sources in the design to the appropriate fields in your template data file.  Add the command /D="%Trigger File Name%" to your command line:

     

    %BTW% /AF="C:\Users\suitcake\Desktop\BarTender Examples\label.btw" /PRN="Zebra ZT410 (300 dpi)" /D="%Trigger File Name%" /P /C=1
    %END%
    sample,csv,data
    0

サインインしてコメントを残してください。