On Account money in output set

Hi everyone - 

Is there a way to get on account money into an output set/ criteria? We ideally would want to be able to eventually use this field as a data mapping for WordFly so that we can update patrons on their credits available.

I'm not super familiar with the tables I would need to enter in order to be able to get this information, so any help is appreciated.

Thank you!

Kari

*I have very little SQL knowledge and ideally would be able to do this via the system tables for keywords (Criteria) and query elements (output set)*

Parents
  • Hi Kari,

    I achieved this by adapting the code from the system table TR_FLEX_HEADER_ELEMENT for the On Account flex header element. My way of doing it does require creating a local view in SQL - if you're comfortable doing that let me know and I'd be happy to share my code with you (you can reach me at ssur@publictheater.org). 

    Best,

    Sheela

Reply
  • Hi Kari,

    I achieved this by adapting the code from the system table TR_FLEX_HEADER_ELEMENT for the On Account flex header element. My way of doing it does require creating a local view in SQL - if you're comfortable doing that let me know and I'd be happy to share my code with you (you can reach me at ssur@publictheater.org). 

    Best,

    Sheela

Children