Creating List Forms 
You define the layout for a list entry on the RenderListItem form. You typically use this form to display certain elements such as the title and summary of a news item.
If users click the title of a news item, for example, the system uses a Show form to display the news item in full.
You can use this form for both the iView for authors and the iView for readers.
You use this form to define a single entry in a list. If, for example, there are multiple news items, the system repeats this layout for each item.
Use Drag&Drop to pull the elements of the data model that contain text onto the RenderListItem form.
By default, you use Drag&Drop with the primary mouse button to create label controls with a reference to the elements of the data model. You can change this behavior using the Drag&Drop property of the Edit form.
You use Drag&Drop with the secondary mouse button to create any controls.
For more information, see Creating Controls.
Optional: Add images.
For more information, see Embedding Images in Forms and Allowing Authors to Insert Images.
Define a link to the full document.
Select a control, such as the title of a news item, and choose the value Display in the Hyperlink property.
Note
You do not create pushbuttons or function links for creating, changing, or deleting XML documents on the RenderListItem form. If you are using the layout set for news, which is delivered by SAP, these pushbuttons and function links are displayed automatically.
If you want to display other commands, you can configure your own layout sets.
For more information, see Configuring Commands for Lists.
Note
The XML Forms Builder does not currently offer a preview function for the RenderListItem form.
Arrange the controls on the form.
For more information, see Arranging Controls on a Form.