Foundations Object Model

CustomizableWithMappings2

global interface CustomizableWithMappings2 extends CustomizableWithMappings

An object that can have multiple SubscriptionMapping added to it.

This class extends CustomizableWithMappings

Methods

addMappings

AddMappingsResult addMappings(String targetChildType, List<SubscriptionMapping> mappings)

Add the given mappings to the object.

Input Parameters

Name Type Description
targetChildType String The name of a type of target child object, which enables you to create multiple target child objects from a single source child object. For example, Default, Debit Line, or Admin Fee.
mappings List<SubscriptionMapping> The list of SubscriptionMapping to add.

Return Value

A result object that states whether the addition was successful, and any associoated errors.

© Copyright 2009–2022 FinancialForce.com, inc. Confidential – all rights reserved. Various trademarks held by their respective owners.