bulkMarkSubmissionsAsSeen( )


Marks form submissions as "seen".

This function marks the submissions as if they were seen by the site owner. Only site collaborators with the Manage Submission permissions can mark submissions.

Method Declaration
Copy
Method Parameters
idsArray<string>Required

IDs of submissions to mark as seen.


formIdstringRequired

ID of the form which the submissions belong to.

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?