Hello all,
How does everyone goes one with this kind of issue ? At first it seemed a good idea to create a CE with an Array of CompositeType, and the fields are normally strings.
But I'm not at a point that I have to add more and more stuff to these CE, and sometimes update a bunch of them... Via the GUI is not pratical, via an export there's also chances of errors.
At one point I thought maybe I should think about another way maybe store this in the code of an action ?
Here's what my CE looks like:
So at one point in some of my workflows, I bind that CE in my workflow, go through it with some basic values like the OS and environnement, and I would get the folder and the site to use for our Monitoring system. But this has come a lot harder to maintain because I have so many possibilities. This one can be quite simple but from time to time, the people managing the monitoring system could ask me to use a different site for a specific environnement. But yes, I agree that right now, by the look of this, I could probably simplify this.