Create a New Web View

Agenda

ERP5 Module within a Web Site

ERP5 Module within a Web Site

Show how Person looks like inside a Web site by using a URL such as web_site_module/my_site/person_module/1

The fields are “read-only”

A Product within a Web Site

A Product within a Web Site

Invoke Web View Wizard

Invoke Web View Wizard

Watch Web View

Watch Web View

Define Fields

Define Fields

Invoking the wizard directly brings to the Form

All properties are set

No fields are defined

Let us add a new field ex. my_first_name

Convention: my_... for document properties your_... for dialog input properties and .... for read-only data unrelated to document properties or user input

Set Field Properties

Set Field Properties

It is possible to define the title (shown on the page)

To define description (shown in bubble)

To define if required or not (which will be useful in editable mode)

Add a Listbox

Add a Listbox

Add a listbox – it will be used to display interesting information on related documents

Define Listbox Method

Define Listbox Columns