Go to make.powerapps.com -> select environmentdev01
All custom app components (tables, columns, flows, other objects) shall be organized under a common container - calledSolution
in Power Apps. The components will also have any prefix that we can choose. Also, by creating a new solution, we will be able to useGit source control
that is not available with the default solution.
The custom prefix will also allow easier grouping of custom tables and columns when sorted by name.
Create a new solution
Go to Solutions -> clickNew solution
-> type nameMy Solution
-> clickNew publisher
-> type in Display nameMy Publisher
-> type in nameMyPublisher
-> type in Prefixwb
or any other desired prefix so that all you custom created objects under this solution with look likewb_Object
-> clickSave
-> select in the dropdownMy Publisher (MyPublisher)
-> type in Version1.0.0.1
-> clickCreate
.
On the Solutions page selectMy Solution
-> click3 dots (vertical ellipsis)
-> selectSet preferred solution
-> selectMy Solution (wb)
-> clickApply
.
It shall look like this:
More information:
Custom app
If your app is going to have multiple access groups based on Dataverse Security Roles, you may want to have multiple Content Snippet tables designed for each group. I explain in aPower Pages: Content Snippets with a HACK series a method to create a custom model-driven app to manage such snippets across different tables.
Top comments(0)
For further actions, you may consider blocking this person and/orreporting abuse