Skip to main content
August 20, 2021
Question

How to write trigger in appian database? Any KB?

  • August 20, 2021
  • 4 replies
  • 1 view

How to write trigger in appian database? Any KB?

    4 replies

    joshl
    August 20, 2021

    Database triggers aren't really in the domain of Appian functionality / knowledge. Assuming you are on Appian cloud / MariaDB - here is a good place to start https://mariadb.com/kb/en/trigger-overview/

    peter.lewis
    Employee
    August 20, 2021

    I completely agree with this, but I'd also be curious why you're planning on creating a database trigger. There are certainly valid use cases for them, but there may also be out-of-the-box functionality in Appian that could meet your use case too.

    Participating Frequently
    August 21, 2021

    Affirmative. Guidance per documentation.

    Participating Frequently
    August 20, 2021

    In PHP myadmin, select a table and add triggers as required.