Mo.Saber
15th June 2023, 12:46
Hello, I have this session (tfacp2600m000) and I want to perform some db insert operation in a different table when the user clicks save. But the hooks have DAL_NEW and DAL_UPDATE only. However, I neither create a record or update one to use the before.before.save or before.after.save. I just want the script to run if the user clicks save.
Normal use case:
User opens session
Users saves session
User closes the session.
No operation is performed in the middle.
Normal use case:
User opens session
Users saves session
User closes the session.
No operation is performed in the middle.