Skip to content

Commit a345be8

Browse files
committed
Automatic commit: Move 'fiori-tools-configure-lrop' from QA to Production
1 parent 222d7b0 commit a345be8

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

tutorials/fiori-tools-configure-lrop/fiori-tools-configure-lrop.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,28 @@ You can read through the steps required to implement a feature and then either a
3030

3131
If this is your first project, you should now see **Guided Development** with a list of guides grouped together by the page type. If you have other projects available in Visual Studio Code, select your tutorial project to access Guided Development.
3232

33-
2. Using the search box at the top right of the screen, type **`multi`** and expand **List Report Page | Enable multiple selection in tables**, and then click the guide title to open the guide.
33+
2. Using the search box at the top right of the screen, type **`multi`** to filter the guide list. Under the **List Report Page** section, click the guide title **Configure multiple selection in tables** to open the guide.
3434

35-
!![Guided Development Multiple Selection](t3-guided-development-multiple-selection3.png)
35+
!![Guided Development Multiple Selection](t3-guided-development-multiple-selection.png)
3636

3737
To understand what the feature does, you can read the description. To implement this functionality, you are going to use the code snippet generated by Guided Development. Press **Start Guide** to begin using the guide.
3838
> The **Start Guide** button is only enabled in in Wizard Mode. If Wizard Mode is disabled (via the Settings button), you can simply scroll down to see the rest of the guide content.
3939
40-
3. To generate the code snippet, ensure that `ListReport_SEPMRA_C_PD_Product` is selected and click **Insert Snippet**.
40+
3. To generate the code snippet, select `ListReport_SEPMRA_C_PD_Product` for the **Page** parameter and set the **Toggle Multi Select** parameter to `True`. Click **Insert Snippet**.
4141

4242
Guided Development will go to the respective page configuration file and apply the changes.
4343

4444
4. The `ListReport_SEPMRA_C_PD_product.json` will open to the side, with the new code inserted and highlighted. The changes are saved automatically. You can close this tab to free up screen space.
4545

4646
The app preview will refresh and display the multi-select boxes.
4747

48-
5. To enable auto load functionality for the table, return to the search box in the Guided Development toolbar. If you have the **Enable multiple selection in tables** guide still open, it will be to the left of the open guide, above the list of guides. If you have closed it, it will be in its original position. Click the **Clear** button in the search bar (`X`) to clear the previous search and then enter **`auto`**. Open the **Enable table to auto load data** guide under the **List Report Page** section. Just like the previous step with the **Enable multiple selection in tables** guide, press **Start Guide** to navigate past the description and view the code snippet, if required.
48+
5. To enable auto load functionality for the table, return to the search box in the Guided Development toolbar. If you have the **Configure multiple selection in tables** guide still open, it will be to the left of the open guide, above the list of guides. If you have closed it, it will be in its original position. Click the **Clear** button in the search bar (`X`) to clear the previous search and then enter **`auto`**. Open the **Enable table to auto load data** guide under the **List Report Page** section. Just like the previous step with the **Configure multiple selection in tables** guide, press **Start Guide** to navigate past the description and view the code snippet, if required.
49+
4950
> The **Start Guide** button is only enabled in in Wizard Mode. If Wizard Mode is disabled (via the Settings button), you can simply scroll down to see the rest of the guide content.
5051
5152
6. As with the last guide, you may read the guide and step descriptions to get a better understanding of what the **Enable table to auto load data** guide does. When you are ready to apply the setting, select **`always`** under the **Mode** dropdown. This will ensure that the table will automatically load the data, even when filters aren't set. Click **Insert Snippet** to make the change to your project. If you closed the tab with the page configuration file previously, it will reopen with the new snippet highlighted and the changes saved. Your app preview will also refresh and should look something like this without having to press `Go`:
5253

53-
![Preview Guided Development Changes](t3-multi-select-auto-load.png)
54+
!![Preview Guided Development Changes](t3-multi-select-auto-load.png)
5455

5556
At this point, you are done with Guided Development. You can close the `ListReport_SEPMRA_C_PD_product.json` tab, as well as the Guided Development tab: `Guided Development - myfioriapp`.
5657

102 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)