Skip to content
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

Field/Data Usage #157

Open
VinceFINET opened this issue Feb 9, 2022 · 0 comments
Open

Field/Data Usage #157

VinceFINET opened this issue Feb 9, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@VinceFINET
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
In parallel of analysing the metadata of the org, I would like to analyse the data, and to know more about if some of my custom fields are being used or not...

Describe the solution you'd like

  • First I need to select an SObject in my org (from any package).
  • Second I need to select the list of custom fields i am interested in from this object (by default none custom fields will be selected).
  • Third I will need to select a start date/time and an end date/time, that range will be used to select the records in the object.
  • Fourth in case of large data volume (the number of records can be retrieved from tooling api including deleted ones), you need to specify how will you chunk the data into little bunch of sets.... (is it automatic or not...?? to be defined)
  • Then I start retrieving the data (only the selected field with CreatedDate (or LastModifiedDate? TBD)
  • RecordTypeId need also to be included because it is important to understand if a field is used only for a specific RT or not.
  • The output of the processing should be a table with as many rows as custom fields to analyze, with the total number of rows (whatever the set) where that field is null or empty (and that for each recordtype in the object)

The total number of rows where the fields are empty can also be represented as a percentage with a color if the percentage is lower than XX (threashold TBD)

Describe alternatives you've considered
Use another tool outside of OrgCheck.

@VinceFINET VinceFINET added the enhancement New feature or request label Feb 9, 2022
@VinceFINET VinceFINET added this to the Version 1.9.8 milestone Feb 9, 2022
@VinceFINET VinceFINET self-assigned this Feb 9, 2022
@VinceFINET VinceFINET removed this from the Version Hydrogen [H,1] milestone Jul 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant