/
Incoming User Assignments

Incoming User Assignments

Description:Provides a list of all user assignments created.
Sources:Assignment

It is important that you always include tenantID in your WHERE clause.  Not doing so will result in poor performance.  

WHERE tenantid = 'YOURTENANTIDHERE'

SQL

select 
    *
from
    assignment as a
where
	a.tenantid = 'YOURTENANTIDHERE'    
	and a.assignmentstate = 'Created'
    and a.workgroup NOT IN ('System', 'Pending')
	and a.createdatetime=:daterange
order by a.createdatetime desc

Change Log

DateDescription
7/23/2024Added create date filer

Related content

Resolved Disputes - Detail
Resolved Disputes - Detail
Read with this
Assignment Event
Assignment Event
More like this
Merchant Collaboration Details
Merchant Collaboration Details
Read with this
Assignments Report
Assignments Report
More like this
Resolved Disputes - Summary
Resolved Disputes - Summary
Read with this
Assignments Approaching Association Deadline
Assignments Approaching Association Deadline
More like this