Try our conversational search powered by Generative AI!

BREAKING: Actor needs more information about Field mapping to external system

Found in

EPiServer.Forms 1.1.4.9000

Fixed in

EPiServer.Forms 2.0.0.2

(Or a related package)

Created

Mar 18, 2016

Updated

Apr 29, 2016

Area

Core

State

Closed, Fixed


Description

Actors should have more information about Field mapping to an external system.This story represents a breaking change that provides the full information of the RemoteFieldInfo to the Actor at runtime.

The IPostSubmissionActor interface has new properties:

  • SubmissionFriendlyNameInfos
  • IsSyncedWithSubmissionProcess
  • ExtraFieldMappingTables is renamed ActiveExternalFieldMappingTable
  • HttpRequestContext and HttpResponseContext are provided to modify the Response to Visitor

If a third-party developer uses PostSubmissionActorBase, for the most part, nothing has changed.