Custom Table Event Handler

kumar GANJI asked on January 8, 2024 17:17

I am trying to catch Insert events on Custom Tables and i want sync the table to staging server on this.

I'm using CustomTableItemEvents.Insert.After += CustomTable_Insert_After;

To catch the event but i'm not able to get the TaskID to trigger synchronization can someone help.

Recent Answers


Brenden Kehren answered on January 8, 2024 18:58

You're using the wrong event. Check out this documentation/example on excluding items from staging. This should get you close to what you're looking for.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.