Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Access the MSSQL Server Management Studio and enable the following option on the 'EngageIP' database
    insert into EngageIPOption (Name, Value) values ('CreateUDRBillerUDRClassSummary', 'True'

    Code Block
    insert into EngageIPOption (Name, Value) values ('CreateUDRBillerUDRClassSummary', 'True')
  2. Restart IIS on the EngageIP Server

  3. Load the EngageIP AdminPortal and access the Setup tab

  4. Click on UDR Classes

  5. Click on the Name of the UDR Class you wish to allow commission to be earned on

  6. Under the Components section click Add

  7. Click Commission Type

  8. Select the Commission Type you wish to use (if you have not setup Commission Types for usage see the Setting up Commission Types section above)

  9. Click Save

Ensure an Agent is setup to receive commission for the Usage Commission Type and they will earn commission for it.

...