This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You want to make sure your Power Fx formulas for a command bar button can’t be modified after you import the solution containing them into another environment. What should you do?
Nothing extra is required just export and import into another environment.
You must change managed properties on the component library to not allow customization and then export the solution as managed and import into another environment.
You must change managed properties on the component library to not allow customization and then export the solution as unmanaged and import into another environment.
If you want to change the scope on a command bar command to table or global the action for your command must use which of the following?
JavaScript
Power Fx
C#
You've implemented a command bar command that performs some custom Power Fx logic for the action and you want the command always visible. A user starts creating a new data row but before saving the row, selects your command. When the command is initiated how do you ensure the new data row has been created?
Data row will be saved prior to initiation of your Power Fx logic.
You must do a Patch to save the new row before any of your other formulas.
You should check Self.Selected.State to see if a new row is being created.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?