I have some objects that have 100+ properties mapped to them from the backing datasets. Whoever worked on them earlier mapped all of the properties on the objects from the data.
These objects also support edits and thus post any edit, the whole object indexes, and this increases the cost for me. I’m trying to get rid of the unused properties in the downstream resources/functions.
I intend to delete these properties from the object (let me know of any other suitable actions), but don’t want to break anything.
But as these objects are used in 20+ workshops and have many functions associated with them, I was wondering if there is an easy way so that I could know which properties are being used in downstream workshops.

