You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/fiori-tools-configure-lrop/fiori-tools-configure-lrop.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,27 +30,28 @@ You can read through the steps required to implement a feature and then either a
30
30
31
31
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.
32
32
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.
34
34
35
-
!
35
+
!
36
36
37
37
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.
38
38
> 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.
39
39
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**.
41
41
42
42
Guided Development will go to the respective page configuration file and apply the changes.
43
43
44
44
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.
45
45
46
46
The app preview will refresh and display the multi-select boxes.
47
47
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
+
49
50
> 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.
50
51
51
52
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`:
52
53
53
-

54
+
!
54
55
55
56
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`.
0 commit comments