Having a SDE Geodatabase and a Feature Class called `Park` can someone please let me know what Triger Event I can use to be notified and action when a New Feature added into the `Park` Feature Class by user
Having a SDE Geodatabase and a Feature Class called `Park` can someone please let me know what Triger Event I can use to be notified and action when a New Feature added into the `Park` Feature Class by user
I think you should take a look at a similar question here: https://community.safe.com/s/question/0D54Q000080hFXDSA2/trigger-fme-workspace-when-arcsde-is-edited-by-separate-system
Essentially I think you would need to set up a database trigger. This is not my area of expertise but I think it will probably depend on the backend type of database (SQLServer etc) as to how to configure it. Here's a nice article which shows how to do this with SQL Server