I have a python script that I need to run when a record is inserted into our SDE layer. Anyone have success executing a python script from an Insert Trigger or have another suggestion?
Hi,
I am afraid it is not supported. You need to try a regular SQL syntax to achieve this goal. Eventaully, if the updates go through REST API, you can try to develope Server Object Interception and implement the logic there.
BR,
Adam
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.