Hi,
I've just started using iQA's to make life of data entry staff a lot easier. But it'll be great if I could have some help from the pros.
We are looking to display only registrants who have registered online for a particular event. I'm sure there's no out of the box report in iMIS but I tried to look around for BOs that might do this and after some help.
Thanks,
Viggi
There is an IQA that gets
There is an IQA that gets installed out of the box that finds registrants for a particular event. It is called "Specific Event" and is found in the event module under IQA.
It basically uses the CsEvent and CsRegistration BOs. It has a parameter to search by event title, but you could also use event code if you wanted do.
In terms of only displaying the online registrations, that is where it starts getting tricky. Not sure what the best way to do this would be, but one way would be to look at the Orders.ENTERED_BY field. If you exclude any staff users, then technically the rest should be web users.
To do this you would need to modify the view, vCsRegistration to include the field Orders.ENTERED_BY. Then modify the CsRegistration business object to include this field. You can then use it in your IQA query. You might want to then also include the CsWebUser business object which will let you link that web login back to the record which should help you determine if they are staff (or you could just hardcode logins you want to exclude).
Hope that helps.
Regards,
Leo