Skip to content

Latest commit

 

History

History
81 lines (42 loc) · 3.41 KB

Step_3_Support_Assistant_35f08e1.md

File metadata and controls

81 lines (42 loc) · 3.41 KB
loio
35f08e10a5d74e058ce9929244d935f0

Step 3: Support Assistant

In this tutorial step, we will have a closer look at Support Assistant. You can use this tool to check whether your app is built according to the best practices with predefined rules.



  1. Download the example app with errors from the Demo Kitat Troubleshooting and run the app.

  2. Activate the Support Assistant using one of the following options:

    • Open the Technical Information Dialog by pressing [Ctrl] + [Shift] + [Alt] + [P] and choose Activate Support Assistant.

    • Use the URL parameter: sap-ui-support=true.

    The Support Assistant toolbar opens in the footer of the app.


  1. In the Support Assistant toolbar, choose Rules.

  2. In the Available Rules tab, select all rules, and choose Analyze.

    You now see a list of issues.

  3. Select Model: Unresolved binding path in the list of issues. In the issue details, you see the following message: Element HeapOfShards---app--LabelWithMissingI18NText with binding path 'Label_Missing_I18N_Text' has the same value as the path. Potential Error.

  4. Open the i18n.properties file in your development environment and add the missing text.

    […]
    item1Text=Item 1
    item2Text=Item 2
    selectEventMessage=Event "{0}" fired.
    Label_Missing_I18N_Text=Label Text
    
    

    For more information, see Walkthrough Step 8: Translatable Texts

  5. Restart the app and start the analysis again. This issue should now be gone. We have intentionally hidden some more errors in the code - check and see if you can find and correct them.

Parent topic:Troubleshooting Tutorial

Next:Step 2: Technical Information Dialog

Previous:Step 4: Diagnostics Window

Related Information

Support Assistant