- In the Cline panel, select Plan Mode.
- Enter the following prompt in the task input:
Create a new field, "TravelNotes," and extend the Fiori app by adding a custom section to the travel object page. This custom section should include a "RichTextEditor" with metadata building block to edit travel notes. Use fiori mcp. - Press
Enterto start the task. - Cline will generate an Implementation Plan.
- Review the plan once it's ready.
Note
The implementation plan generated by Cline may differ from the example shown below.
-
Switch to Act mode.
-
Cline will execute the implementation plan.
-
After completion, confirm that the travel notes section is visible on the travel object page.
-
Click the Edit button in the top right corner.
-
In the travel notes section, select some text and apply bold formatting.
-
Click Save and verify the object is saved successfully.
-
Custom section not visible. Execute prompt
Travel notes with RichTextEditor not visible -
No data in custom section. Execute prompt
Add mock data for travel notes -
Travel notes is not a Rich Text Editor. Execute below prompt and verify
RichTextEditorWithMetadatacode in the xml fragmentuse "RichTextEditorWithMetadata"for example
<macros:RichTextEditorWithMetadata id="travelNotesEditor" metaPath="TravelNotes" /> -
Cannot edit travel notes RichTextEditor building block. Execute prompt
Travel notes with RichTextEditor is not editable
Continue to - Exercise 4 - Create booking object page based on figma design


