RSSelectAction
Selects the recognition schedules that match the specified filtering criteria. Returns the matching schedule IDs and a total count.
| Property | Value |
| Label | Select Recognition Schedules |
| Category | Recognition Schedule |
| Since | Summer 2026 |
| Read-only | Yes |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | select, schedules |
Request Parameters
| Field | Type | Label | Description | Required |
companies | List<String> | Companies | The source companies used as data filters to match recognition schedule records. | No |
currencies | List<String> | Currencies | The currency ISO codes used to filter recognition schedules within multi-currency environments. | No |
accounts | List<String> | Accounts | The account names used as criteria to filter matching recognition schedule records. | No |
products | List<String> | Products | The product names used as criteria to filter matching recognition schedule records. | No |
recognitionStreams | List<String> | Recognition Streams | The recognition streams used as operational criteria to filter matching recognition schedules. | No |
recognitionMethods | List<String> | Recognition Methods | The revenue recognition methods used as criteria to filter matching recognition schedules. | No |
startDate | Date | Start Date | The start date limit used to filter recognition schedule records with an inclusive on-or-after boundary. | No |
endDate | Date | End Date | The end date limit used to filter recognition schedule records with an inclusive on-or-before boundary. | No |
Response Parameters
| Field | Type | Label | Description | Required |
scheduleIds | List<Id> | Recognition Schedule IDs | The IDs of the recognition schedules that match the applied filtering criteria. | No |
totalCount | Integer | Total Count | The total calculated number of recognition schedules matching the applied filtering criteria. | No |
|