• Resolved mswain2

    (@mswain2)


    Hello!

    If I have a Data Administration app and I wanted to hook into the delete action, how would I do so? For example, if I wanted to delete a row from a different table every time a user used the delete action for a row in the data administration app.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @mswain2,

    Thanks for the post!

    I’ll forward this question to Peter to see if this is possible. 😊

    We’ll let you know once I hear back from him!

    Let us know if you have other questions.

    Plugin Author Passionate Programmer Peter

    (@peterschulznl)

    Hi @mswain2

    Currently, the App Builder does not support delete actions, but we’ve added the implementation of a pre-delete and a post-delete hook to our to-do list. 👍

    For your use case, however, I would rather advise using database triggers or cascading foreign key constraints if applicable. Hooks are excellent for side effects, but your DBMS is the best place to manage constraints and integrity.

    Thank you for your contribution!
    Peter

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Action Hook for Row Actions’ is closed to new replies.