OnExternalUpdated Action

Notifies Dataverse about a record that was updated in an external system exposed as a virtual table in Dataverse.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
Target
crmbaseentity False True

Contains data about a record that was updated in an external system exposed as a virtual table in Dataverse.

PreImage
crmbaseentity True True

Contains data about the record before the update occurred.

ChangedFields
Collection( Edm.String ) False False

The names of the properties that changed.

See also