Hi There,
I built a model-driven app that includes a view of a table from another solution. As part of the build I followed Scott Durows Modern Commanding video to create a single button on the imported table view that should appear when one or more rows is selected.
When the app is first opened, the button refuses to appear no matter how many items are selected and when I look at the Command Checker I can see that the button isn't even loaded (or hidden).
If I then press F5 to refresh the screen the button is loaded (and hidden in the command Checker) and will appear if I select a few rows.
I've looked at dozens of community posts and videos around this subject, but these seem to deal mainly with using Powerfx formulas to make the button visible or not and don't address the situation where the button isn't loaded in the first place.
I added a new button to the same command bar and got the same behaviour, but if I do this on a command bar for a table created for this project it works fine.
I suspect this is to do with the table I imported and its associated command bars, but I can't see anything that leads me to the next step - can anyone help with this one?
Thanks!