Foundations Apex API Developer Reference

fferpcore.VirtualDataObjectMappingRequest

global interface VirtualDataObjectMappingRequest

A request to apply a mapping to a target object. A fferpcore.VirtualDataObjectTargetMapping object accepts a fferpcore.VirtualDataObjectMappingRequest in the performImmediateActions method. The request contains the target object to be updated as well as the record to obtain the data from.

Methods

getTarget

TargetObject getTarget()

Return Value

The target object of the request.

getRecord

VirtualDataObject.Record getRecord()

Return Value

The source Record to obtain data from.

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