...
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')
Restart IIS on the EngageIP Server
Load the EngageIP AdminPortal and access the Setup tab
Click on UDR Classes
Click on the Name of the UDR Class you wish to allow commission to be earned on
Under the Components section click Add
Click Commission Type
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)
Click Save
Ensure an Agent is setup to receive commission for the Usage Commission Type and they will earn commission for it.
...