-
Hello community! In my metamodel of records I have the entities Solution, Problem, Opportunity, Goal, whereas Solution is some kind of container, which "aggregates" all other entities. Let's visualize this for better understanding with a class diagram: classDiagram
class Solution
class Problem
class Opportunity
class Goal
Solution --o Problem
Solution --o Opportunity
Solution --o Goal
In fact, in the I want to establish a structure in my content folder, so that each Solution gets its own subdirectory in some
My first idea is to use However, how can I configure the other entities, so that when I set the I read the Placeholders section of the documentation, but I don't find a good fit - and I'm a little bit hesitating to go for the custom placeholders with their scripting abilities. Is there something less sophisticated for my use case? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @pauko, that is an exciting structure you have there, and if I had the same use case, I would approach it the same way. The What could work is the Feel free to give suggestions on what would help you to get your content created. What I could think of is that we can introduce a Example: When you want to create a problem, FM proposes to you: |
Beta Was this translation helpful? Give feedback.
I've done the first steps to allow you to select the folder where the sub-content must be created. Check issue #722 to see how you can configure it. You can give it a try in the latest beta version.