Skip to content

Add Bypass_Execution__c field to Trigger Action related lists #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ssk42
Copy link

@ssk42 ssk42 commented Jun 19, 2025

Summary

  • Added Bypass_Execution__c field to all 7 Trigger Action related lists in the sObject Trigger Setting layout
  • Improves visibility of active/inactive trigger actions in the Automation Studio view
  • Provides better overview for administrators managing trigger action execution

Changes Made

  • Updated sObject_Trigger_Setting__mdt-sObject Trigger Setting Layout.layout-meta.xml
  • Added <fields>Bypass_Execution__c</fields> to all trigger context related lists:
    • Before_Insert
    • After_Insert
    • Before_Update
    • After_Update
    • Before_Delete
    • After_Delete
    • After_Undelete

Test plan

  • Deploy to test org and verify Bypass_Execution__c field appears in all related lists
  • Confirm related lists maintain proper sorting by Order__c
  • Validate UI layout displays correctly with the new field

Resolves #141

🤖 Generated with Claude Code

This enhancement improves visibility of active/inactive trigger actions
in the sObject Trigger Setting layout by displaying the Bypass_Execution__c
field alongside other key fields in all trigger context related lists.

Resolves mitchspano#141

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

google-cla bot commented Jun 19, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENHANCEMENT: Add Bypass Execution to Trigger Action Related List Layouts
1 participant