TitleEngTAG

OnAfterSpkInsertRecord

**OnAfterSpkInsertRecord**(SourcePeer: Guid; TargetTable: Integer; RecRef: RecordRef) * This Event will be raised after the Insert of **RecRef** record, from **TargetTable** table, as requested by **SourcePeer** Peer \\ * Please note that this Event will be raised even if a Subscriber of an OnBeforeSpkInsertRecord Event has set Handled TRUE; in this case, the operation is assumed as Done by the subscriber. \\ * WARNING: if a Subscriber raises a not handled error, the Insert operation will be rolled back; the Error Message will be logged into Sprinkler Log and the operation will be repeated in one minute.