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.
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.
Please, sign in to be able to submit a new answer.