CreateBatchRecordIds_InvocableLearn how to use CreateBatchRecordIds_Invocable to create a MergeUp Batch based on a list of SObject Ids.Jan 27, 2025Knowledge
InformationArticle BodyCreateBatchRecordIds_Invocable Overview This class allows users to create MergeUp Batches from CreateBatch_Globals.CreateBatchWithIdsParams objects. Methods global static List<CreateBatch_Globals.CreateBatchResponse> createBatchWithIds(List<CreateBatch_Globals.CreateBatchWithIdsParams> params) Create a MergeUp Batch for each CreateBatch_Globals.CreateBatchWithIdsParams. Parameters params → List<CreateBatch_Globals.CreateBatchWithIdsParams> A list of CreateBatch_Globals.CreateBatchWithIdsParams which will each be used to create a single MergeUp Batch. Returns List<CreateBatch_Globals.CreateBatchResponse> A list of CreateBatch_Globals.CreateBatchResponse returned in the same order as params, each one representing the results of the creation of a single MergeUp Batch. TitleCreateBatchRecordIds_InvocableURL NameCreateBatchRecordIds-Invocable