Release Notes / Version 11.2310
Table Of Contents
The method
pushToDataExtension(SFMCContext, String, List<DataExtensionEntry>)
has been deprecated.
A new method has been added to the interface
SFMCDataExtensionService
:
pushToDataExtension(SFMCContext, SFMCDataExtensionContext, String, List<DataExtensionEntry>)
The new method uses the newly introduced context to map from a form name to a data extension name. This prevents using a technical key from a third party system in the html visible for website users.
(CMS-22924)