PowerApps / Dynamics Application designer: don’t just open the sitemap. Open the application, then the sitemap

By | March 6, 2019

 

Remember the old days when all developers (and not only developers) had to also develop an habit of using CTRL+S to save their changes so not to lose them?

There is a bit of that in the PowerApps / Dynamics Application designer right now. Depending on how you add entities to the sitemap in your application, you may or may not get them added to the application. You may also have to remember to hit the “Save” button.

1. When adding an entity to the site map from within the model-driven app, you’ll see that entity added to the application as well

Here is a new app:

image

I’ve opened the sitemap editor and added Account entity to the sitemap:

image

Saved and closed the sitemap – notice how account entity has been added to the app, too. I still have to hit save/publish there, but the entity has been added already (not sure how comes “Save” is required at that point, but it is. Even though I can close the app at this point without saving, then open it.. then hit “Save”):

image

2. Let’s add another entity, but let’s try opening the sitemap directly from the solution this time (not from the application designer as we did above)

image

Just added Opportunities to the sitemap:

image

Hit “Save and close”, then opened my application from the solution:

image

There is still only one entity (account) in the application:

image

And, if I clicked Site Map to have a look at the sitemap, I would see “Opportunities” and “Accounts” in the sitemap.

Why does it matter?

What you have in the sitemap is only one part of the puzzle when working with the unified interface. There are other pieces which are affected by whether an entity has been added to the app or not. Two important ones I’ve noticed so far are:

  • Unless the entity is added to the app, you can’t add entity other components. So, for example, quick create for that entity won’t work in the unified interface since you would not have quick create form added to the application
  • You won’t be able to create activities regarding such entities in the Unified Interface. Only those entities which have been added to the app will be available for selection. Although, you’ll still be able to add a task, for example, directly to such entity (when you open the entity through the sitemap navigation). Problem is, if you create a task outside of the entity screen, you won’t be able to link it to an entity that’s not in the app

 

So you really have two options: never open sitemap designer directly from the solution – always do it from the app. Or remember to add your entities to the app every time you add them to the corresponding sitemap.

Leave a Reply

Your email address will not be published. Required fields are marked *