Performs the required actions immediately after a new record is inserted.
Syntax
private void postInsert()
Run On
Called
Remarks
This method should be positioned inside the same transaction as the insertion of the record.
Performs the required actions immediately after a new record is inserted.
private void postInsert()
Called
This method should be positioned inside the same transaction as the insertion of the record.