Mikael Kolkinn
Results
1
issues of
Mikael Kolkinn
Hi. I have two triggers on an entity, one `AfterInsert(t => t.Action(a => a.Update(...)))` and one `AfterUpdate(t => t.Action(a => a.Update(...)))`. These both get the same cursor name `InsertedCursor`. This...