
Dear All,
In this article, I will walk through the steps you need to know when Payee Compliance exceeds your Contracted Value. A warning message in Commission UI will be displayed if a license is exceeded...
Active Payee :
An active payee is defined as a position, with a participant that is associated with a plan at either the Title or Position level that is currently active as of today
Licensed Payee Count :
The number of Licensed payees related to your tenant
Usage Metrics page can be accessed in the Administration section.
Go to SAP Commissions > Security > Usage Metrics
The dialog shows the current Active Payee Count and the Licensed Payee Count.
Through SAP Commissions UI
Through SAP Commissions RestAPI
Licensed Payee Count :
https://<tenantid>.callidusondemand.com/CallidusPortal/services/MetricsService/getLicensedPayeeCount/TCMP Content-Type: application/json Accept: application/json Authorization: Basic @{{authtoken1}}
Active Payee :
GET https://<tenantid>.callidusondemand.com/CallidusPortal/services/MetricsService/getActivePayeeCount Content-Type: application/json Accept: application/json Authorization: Basic @{{authtoken1}}
Through Database Explorer (Oracle)
Licensed Payee Count :
select * from CS_INSTALLEDPRODUCT where tenantid='<tenantid>' AND PRODUCTID='TCMP';
Active Payee :
An error message is displayed in Commissions UI if the license is violated. (i.e. when Active Payee count is greater than or equal to the Licensed Payee count).
Payee License % | Action | Notification Message |
0 - 80% |
| No |
>80 - 90% |
| Yes |
>90 - 100% |
| Yes |
>100% |
| Yes |
Sample Warning Message (Shown in Pipeline workspace) :
"You have 1497 active payees. This is within 90% of your contracted value of 1500. You will not be able to add new positions or run a calculation if you exceed your contracted value. Please contact CallidusCloud Support on how to resolve this issue."
Pipeline Job will fail if the payee license exceeded and you can see the errors tab.
Note: This article is intended for tenants running on Oracle customers only...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
12 | |
11 | |
4 | |
4 | |
4 | |
2 | |
2 | |
2 | |
2 |