Hi, I have an online dynamics crm application (xxxx.crm4.dynamics.com) and I'd like to monitor changes (insert, update and delete) on some entities and record those changes into a custom table.
With an SQL trigger it would be very easy to do so but I'm afraid the feature is not supported.
I can connect to the DB using sqlcmd or SSMS but the database is read-only.
Is there a way to gain write access to the database ?
Is it possible to create SQL triggers on the database ?
If not, are a plugin or an action from workflow the only ways to create SQL like triggers ?
Best regards,
Nicolas.