Foundations Apex API Developer Reference

fferpcore.TransformMappingWithTarget

global interface TransformMappingWithTarget

A mapping used by the transform service to populate data on the target record from data on the source record. It is also used by the FDN Mappings component to define managed mappings that cannot be changed by the user.

The following implementations exist for common use cases:

  • FieldTransformMapping
  • ChildTransformMapping
  • StaticTransformMapping
  • LookupTransformMapping
  • TableTransformMapping

Methods

getTargetKey

String getTargetKey()

Return Value

The key that identifies the destination to populate.

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