CommissionRecentActivityItem
One Recent Activity row for a commission on the Catalog Advisor dashboard. Grain is one commission row in the warehouse, so nothing is rolled up: a workbook with several detail lines contributes one item per line.
This page contains
Fields
| id: ID! | Stable identifier for this commission (warehouse |
| status: String | Commission lifecycle status. The vocabulary depends on the source system and the two sets are
disjoint: AppDirect Marketplace commissions read |
| productName: String | Product the commission was earned on. Null when the source system carries no product name. |
| statusDate: DateTime | When the commission last reached its current status (RFC 3339). For APPSMART commissions this is
the date the monthly cycle was locked, and it is only sent for a |
| amount: Float | Commission earned on this row, expressed in |
| currency: String | ISO 4217 currency code for |
| category: String | Economic origin of the commission (e.g. monolith, provider_sales, box, devs_ai, firstbase) — the
same vocabulary the orders and quotes widgets render, not pipeline lineage. A commission can read
|
Queries for CommissionRecentActivityItem
| commissionRecentActivity PREVIEW | Recent commission activity for the Catalog Advisor dashboard, newest first. Ordered by status date falling back to the start of the commission period, so commissions with no status date keep a sensible position. Returns an empty list when the advisor has no commissions. This query spans every source system and every tenant for the advisor, so summing |