mitchspano/apex-trigger-actions-framework

Helptext should give default Apex class for Flow Trigger Actions

Closed this issue · 1 comments

Expected Behavior

Including "TriggerActionFlow" in the helptext for the "Apex Class Name" field would be convenient when configurating Flow trigger actions. Otherwise the admin has to reference the documentation for that particular class name if they don't have it memorized.

Optionally, the "Apex Class Name" field could made optional along with "Flow Name" and just introduce a validation rule that requires at least one of them is populated in order to save a triggerAction MDT record.

Specifications

  • Version: 0.2.8
  • Platform: Sandbox

image

Users do not need to reference the documentation - there's actually a validation rule which will inform them of the required apex class name.

image

Also, we cannot mark the Apex Class Name as optional now that we have support for Flow handlers for CDC events with the TriggerActionFlowChangeEvent class