Hello All,
Has anyone been able to create their own Solution Component Configuration?
Most things in the power platform are data driven. You make an environment variable; that's a record in 'environmentvariabledefinitions' table. You update it to add a current value; that's a new record in the 'environmentvariablevalues' table related to its 'environmentvariabledefinitions' record. You go to your solution and add a web resource; that's a new record in the 'webresourceset' table. These records are stored within the solution component in some format as these records are created when you move your solution between environments.
Now how can I make my own component object that's stored within the solution and have it in the New > More > Other > myComponent. If you go to New > More > Other > Solution Component Configuration, it will appear that you can make a custom component, but the form will not let me create the record/component and I am not finding any documentation on how to use this. I did find some information about turning the IsSolutionAware value to 'true' within your tables metadata will make that table an option in the New > More > Other options. But I have not found any feasible way to do that just yet, but I would think there should be more steps to make the logic work as intended. Such as how does that record get stored in the solution as a component?
Let me know if anyone has a resource or would like to share their knowledge.
Thank you