add 2 new fields in table item: - 50000 Created by: Text-50 // saves the user which created the item - 50001 Created at : DateTime // date of creation set the values in trigger oninsert. additional you could add fields "Modified by" and "Modified at". set these values in trigger onmodify.
↧