Skip to content

Latest commit

 

History

History
executable file
·
46 lines (24 loc) · 1.28 KB

sfpegFlowApexActions.md

File metadata and controls

executable file
·
46 lines (24 loc) · 1.28 KB

Logo   Misc. Invocable Flow Apex Actions

Introduction

The Apex Actions are easily accessible from the Flow Builder

  • Object Types need to be first defined for both input and output parameters
  • Depending on the method, record or record lists as well as other text parameters need to be defined.

Flow Actions

Flow Action Selection in Flow Builder

Flow Actions Object Selection

Flow "Object" Action Configuration in Flow Builder

Configuration

getDuplicates Action

It enables to evaluate duplicate rules on a record.

Flow Actions Get Duplicates

Flow "Get Duplicates" Action Configuration in Flow Builder

getFieldSetData Action

It enables to enrich a list of records with values for all fields of a fieldset (enables to enrich results returned by the getDuplicates action)

Flow Actions Get Fieldset Data

Flow "Get Fieldset Data" Action Configuration in Flow Builder

executeDML Action

It to execute a DML (create/update) while bypassing warning level duplicate rules

Flow Actions Execute DML

Flow "Execute DML" Action Configuration in Flow Builder