Skip to content

Feature request: SetupTable allows to set a custom name for triggers and tracking table #1359

@gentledepp

Description

@gentledepp

In some cases (like us, we need to create a new scope but need to re-use the existing tracking tables) you may want to explicitly name triggers and tracking table of a SetupTable.

Proposed api:

 SetupTable table = new SetupTable("Customer")
     .WithInsertTriggerName("my_insert_trigger")
     .WithUpdateTriggerName("my_update_trigger")
     .WithDeleteTriggerName("my_delete_trigger")
     .WithTrackingTableName("my_tracking_table");

yes, it is aleady in development... ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions