CRMRPT
Returns summary information for all or selected records from the CRM log file for the specified registrant.
Reporting Area(s):
Courses
Required Parameters:
- Course # (i.e. cocrse, rgcrse, pycrse)
- Field from CRM table to return (i.e. "CRTYPE", "CRUSER")
Optional Parameters:
- Delimiter to place between values (i.e. "/",chr(9), chr(13) ). Default is a space.
- Condition to return value (i.e. "CRTYPE='E'").
Example(s):
CRMRPT(cocrse,"CRTYPE") returns list of all types assigned to the registrant in a specified course, summarized by the contact type.
CRMRPT(cocrse,"CRTYPE","/","CRTYPE='E'") returns list of 'E' type contacts for registrants in specified course.
Notes:
Requires the CRM module.