Enable Data Review

How to know who validated a submission? (Approved, on hold and not approved) I have multiple people doing validation and I want to know who validated each submission.

Hi @baretraq and welcome to the community!

You can see who validated a submission in your project activity logs (project history logs). You can see this help article to understand which steps to take to see your project activity log:

In these activity log you can see the following event:

**USERNAME** edited a submission See details

When you click on the See details it opens a pop-up message showing some information, in these messages, there is a certain syntax you need to check:

{
“user”:
“user_uid”:
“username”:
“action”: “modify-submission”,
“metadata”: {
“source”:
“asset_uid”:
“ip_address”:
“submission”: {
“status”: “Approved”,
“root_uuid”:
“submitted_by”:
},
“log_subtype”: “project”,
“project_owner”:
},
“date_created”:
}

When you see this certain syntax, the username shows you who validated that submission and what that validation is. (approved, on hold or not approved)

Hope this helps.