This guide helps you create a simple report to find all B2B users awaiting approval when Auto Part Registration is enabled. 

Step-by-step Guide

1. Create a User Report Field Group

To create this Report Field Group:

  1. As Website Admin, go to Reports Design → Report Field Groups (zReportFieldGroup.aspx).

  2. Click New.

  3. In Report Field Group Code, enter: User

  4. In Report Field Group Name, enter User (or any meaningful name).

  5. Click OK.

2. Add Email Address Field

    1. While in the User Report Field Group, click Fields.

    2. Click New.
    3. In Table Name, select User.

    4. In Column Heading, enter Email Address.
       
    5. In Report Field Group Code, select User (or the name you entered when creating the Report Field Group).

    6. In Field Name, enter: emailaddress

    7. Leave the other fields as is, thn click OK.



Additional Information

For Administrators; For use with B2B Auto Part Registration 

On this page:

3. Add Date Created field

  1. While in the User Report Field Group, click Fields.

  2. Click New.

  3. In Table Name, select User.

  4. In Column Heading, enter Date Created.
     
  5. In Report Field Group Code, select User (or the name you entered when creating the Report Field Group).

  6. In Field Name, enter: fwCreated

  7. Tick Expression.

  8. Leave the other fields as is, thn click OK.

4. Design Report

  1. Go to StatisticsReports Design →  Report Design (zReportDesign.aspx).


  2. Click New.

  3. Enter in these fields:

    1. Report Code: a report code, e.g., UserstoApprove
    2. Report Name: a report name, e.g., Users to Approve
    3. Report Group: ADMIN
    4. Table: Name: [user]  
    5. Where Clause: deactivated = 1 AND IsAutoPartRegistrationCreated = 1
    6. Select Field Group: user

  4. To save, click OK.

5. Run Report

The report can be run in the CMS.  

  1. In the CMS, go to: EcommerceReportingRun Reports

  2. Find the report and click Run.
     
  3. Click Generate.
  4. The report will list any users awaiting approval.


 

Related Resources