Replies: 1 comment 2 replies
-
@mtywright this is a great idea! My initial thoughts is that if I enable this, it'd be for a limited amount of fields at the time, say 10. In your experience with this use case, approximately how many fields are you looking at, and would they all belong to the same object? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Feature Idea: Bulk field impact analysis
Functionality: Allow the user to input/select multiple fields on an object to be analyzed for dependencies.
Need: When preforming org maintenance or re-architecture often there is a need to better refine object definitions. This includes deleting obsolete fields. In order to scale the effort required to do so, as well as creating a foundation for regression testing, impact analysis for each field is needed.
User Story: User connects to their sandbox with happy soup. User either inputs a list of fields, or is offered a list of fields to select. Happy soup returns a digestible list of each metadata reference for each designated field field.
Current Workaround: Currently, the user must use happy soup (or the 'where is this used?' button on the field detail page) to record the impact analysis for each field one by one, which takes a lot of time especially when analyzing hundreds of fields.
Additional Comments: Although this additional functionality will take substantially more time for happy soup to output a result (proportionate to the amount of fields selected), It would still be a huge time saver over preforming an impact analysis for each field one by one. Also, thank you for developing such a wonderful tool!
Beta Was this translation helpful? Give feedback.
All reactions