We’re developing a screen that uses ~150 occurences of a custom component. We get to the point where we think it is right, then copy 100 or so the screen and begin more full scale testing, realize we’ve missed something, fix it (which invariably results in changing some custom properties, etc.), delete the 99 that are wrong and replace them with the updated version (but for every new copy of the component we have to go in and manually set a few things…). We’ve done this 5 times by now.
It would be great if we could leave all the components on the screen and do a global search and replace of all code snippets, custom properties, etc. There is a similar capability in factory sql (replacing ‘/’ with ‘_’ for all tags in a group, for example). How about something like that in pmi? Thanks!