Revenue Management API Developer Reference

ffrr.RSSelectAction

global with sharing class RSSelectAction

Flow / Agentforce action that selects Recognition Schedules matching the given filter criteria. @since Summer 2026 @supportsAgents @supportsFlows @readonly @keywords select, schedules

Methods

selectRevenueSchedulesByFilters

global static List<ffrr.RSSelectAction.Result> selectRevenueSchedulesByFilters(List<ffrr.RSSelectAction.Request> input)

ffrr.RSSelectAction.Request

global with sharing class Request

Properties

Name Type Description
companies List<String>
currencies List<String>
accounts List<String>
products List<String>
recognitionStreams List<String>
recognitionMethods List<String>
startDate Date
endDate Date

Methods

Request

global Request()

ffrr.RSSelectAction.Result

global with sharing class Result

Properties

Name Type Description
scheduleIds List<Id>
totalCount Integer

Methods

Result

global Result()

© Copyright 2009–2026 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.