Monday, November 22, 2021

Show Ribbon Button - When a Row is Selected

 Introduction:

In this Blog, we will see how to Show Ribbon Button on when a Row is selected in the View

Implementation Steps:

 

1. Navigate to https://make.powerapps.com

 

2. Click Solution --> then Create a New Solution Named RIBBON CUSTOMIZATION

 

3. Add the Entity to Configure the Button

 

4. Import Ribbon Work Bench Solution

 

5. Click On Gear Icon at the Top --> Navigate to Solutions

 

rampprakash_0-1637602028315.png

 

6. Click on Ribbon Workbench at the Top. Once Opened Select the Solution and Click Ribbon Customization

 

rampprakash_1-1637602094474.png

 

7. Once the page Opened --> Drag and Drop the Button into the Form

 

rampprakash_2-1637602158289.png

 

8. Click On Add Command to add the Command (which is used to process on Button Operations like Visible or perform some operation on click)

 

 

rampprakash_3-1637602261658.png

 

9. Click Add Enable Rules and Provide Minimum as 1

 

rampprakash_4-1637602290721.png

 

10. Once Created Make sure ENABLE RULES added in the COMMAND

 

11. Add the Command which you have created in the Button

rampprakash_5-1637602337393.png

 

Lets Start testing:

 

Button Not Visible without Selection

rampprakash_6-1637602382285.png

 

Visible after selection

rampprakash_7-1637602397361.png

 

That's it :slightly_smiling_face:

No comments:

Post a Comment

How to Clear Cache in Canvas PowerApps while working on Offline mode?

  Introduction In this blog, we’ll look at how to clear cache in Canvas Apps when using the Power Apps mobile application, especially when t...