Hello, I think this's easy. I've created a field in "Comment line" table called User ID, I want that the field shows the user name when someboby writes somenthing.
Thanks in advance.
Don't forget to take into account the case where someone comes in and changes a comment. I don't know what the company you are doing this for is like, so they may not do things like that, but you never know.
Comments
OnInsert Trigger of Comment Line Table, add below code
"User ID" := UserID;
SV
Thanks again for help.
Thanks for help.