Ad Widget

Collapse

Trigger Expressions in the DB -- Where?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wstiern
    Junior Member
    • Jul 2012
    • 5

    #1

    Trigger Expressions in the DB -- Where?

    Hi,

    We want to make bulk changes to our trigger expressions. In the triggers table, the values in the expressions column look like:

    Code:
    {93423}>30
    0
    {19232}<200MB
    And so on. Where are the values for these IDs stored?

    Thanks.
  • jamesNJ
    Senior Member
    • Jun 2015
    • 103

    #2
    I don't know if this helps with your bulk update ....

    I went looking through the database and it seems like the "functions" table is where to look.

    You have already found the "triggers" table which holds the configured triggers, descriptions, etc.

    The "item" table contains the individual items.

    The "functions" table seems to glue these together with the function type and value to check against.

    Comment

    • wstiern
      Junior Member
      • Jul 2012
      • 5

      #3
      Originally posted by jamesNJ
      The "functions" table seems to glue these together with the function type and value to check against.
      Thanks for your comment. This is, for lack of a better term, a convoluted nightmare. I guess I'll just have to sink the time into clicking around in the interface for an afternoon.

      Comment

      Working...