Business process setup guide (BPMS)
PDF
This documentation is valid for Creatio version 7.13.0. We recommend using the newest version of Creatio documentation.

[Pre-configured page] process element

Use the [Pre-configured page] element (Fig. 1) to open a custom page as part of a business process. You can design a new custom page or open an existing page.

Fig. 1 The [Pre-configured page] element on a process diagram

scr_process_designer_preconfigured_page_case.png 

This enables easy use of custom UI elements for interaction with the business process users. For example, as part of an outgoing call campaign, an agent must invite customers to an event, update email subscription and verify customer contact information. This involves creating and updating records in several sections, such as [Contacts] and [Events], each of which normally has a separate page. Using the [Pre-configured page] element (Fig. 1), you can design a single custom page (Fig. 2) for all these actions.

Fig. 2 Pre-configured page opened as part of a business process

scr_process_designer_preconfigured_page_process.png 

Note

To display standard pages, e.g., contact or invoice pages, use the [Open edit page] element. If you need to implement a page with a simple layout, without using extra components (tabs, details, widgets or business rules), consider using the [Auto-generated page] element.

Note

The [Events] section is available in bpm’online marketing products

Pre-configured page operation

Execution

When the incoming flows of a [Pre-configured page] element are activated:

  • in the regular mode, the element opens the specified page for the specified user. A corresponding task is added on the [Process tasks] tab of the communication panel.

  • in the background mode, the page does not immediately open for the user, but a corresponding task is added on the [Process tasks] tab of the communication panel. The process user can click the task to open the pre-configured page.

Completion

The element is deemed complete when the user clicks a button that closes the page. Leaving the pre-configured page otherwise (e.g., clicking a different section on the side bar, running global search, etc.), will close the page but will not complete the element (it will remain available on the [Business process tasks] tab of the communication panel).

Result

Upon completion, bpm’online will record any values entered on the page in the corresponding parameters or data source objects and activate its outgoing flows.

Pre-configured page properties

The [Pre-configured page] element setup area largely depends on the selected pre-configured page.

Which page to open?

Select a bpm’online page, which the element will open on execution. If the page has its own parameters, they will be displayed along with other properties in the [Page parameters] block. To create a new page via the page designer, click the btn_button_preconfigured_new00009.png button.

To modify the currently selected page, click the btn_edit_page.png button.

For whom to open page?

Select the user who will be working with the page. You can populate this parameter using the parameter value window.

Recommendations for filling out the page

Enter the text that will be displayed right below the title of the opened edit page and on the [Business process tasks] tab of the communication panel. For example, here you can specify what the user should do to advance to the next process step or how their choices will affect the process flow.

User hints

Enter additional information that will be displayed when the user clicks the btn_com_information00010.png on the opened page.

Connected object,

Record of connected object

The section and its record to which the process element will be linked. You can populate this field using the parameter value window.

The record specified in the [Record of connected object] parameter will be added to the [Connected to] block of the [Process log] section after you save the pre-configured page during process execution.

Also, the [Move down the process] menu options will become available on the edit page of the connected record.

Page parameters

Any page parameter fields that you add to the page in the page designer are displayed in this block.

  • You can set the default values for the page fields by populating the parameter values.

  • You can also use the values that the process user enters in these fields during the process flow by mapping parameters of subsequent elements to the page parameters.

page designer

You can create custom pre-configured pages via a page designer (Fig. 3), which is similar to the one used in the section wizard.

Fig. 3 Pre-configured page designer

scr_process_designer_preconfigured_page_wizard.png 

To open the page designer:

  • click btn_com_add_tab00011.png in the [Which page to open?] field to create a brand-new page. If the field is already populated, you will need to clear it first.

  • click btn_edit_page00012.png in the [Which page to open?] field (Fig. 4) to open the currently selected page for editing. If the currently selected page was created via the page designer, it will be opened in the page designer.

Fig. 4 Opening the page designer

scr_chapter_process_designer_prec_page_open_designer.png 

Selecting a page template

Each time you create a new pre-configured page, you will be offered to select a template. The template determines the layout of page areas (e.g., tabs, profile area, etc.) where you can add page UI elements. Please note, that you cannot change a page template after you click the [Select] button on the template selection screen.

Note

The pre-configured page templates are client view model schemas, which can be customized using development tools.

Adding a page data source on a pre-configured page

If you plan to add or update bpm’online records using your pre-configured page, consider adding corresponding bpm’online object as the data source. For example, to add or modify a contact record, add the Contact object as the data source.

To add a page data source, click [Add data source] (Fig. 5) in the page designer menu.

Fig. 5 Adding a page data source

scr_process_designer_prepage_add_datasource.png 

A data source page will open. Populate its fields:

The object from which to read data

Select a section, detail or lookup object, whose records will be added or updated on the pre-configured page. For example, to set up a page, where the process user will be able to modify the name of a contact, select the “Contact” object.

Data source name

If necessary, enter a custom name for the data source. This name will be displayed in the page designer menu.

The parameter of the page to which the current record is transferred

Enter the name for the [Pre-configured page] element parameter, which will store the Id of the created or modified record of the data source object.

You can select an existing parameter or type in the parameter name to add a new one. A corresponding field will be added to the [Page parameters] menu and the [Page parameters] block of the element setup area.

Population of this parameter depends on whether you need to add a new record in the data source, or modify an existing one:

  • To add new records via the pre-configured page, leave this parameter empty. In this case, any information the user enters in the fields of this data source will be saved as a new record. The Id of the saved record will be passed to this parameter when the [Pre-configured page] element completes its execution.

  • To modify existing records, map this parameter to the Id of the needed record. In this case, the fields of the data source will display field values of the selected record. Modifying these values on the page will modify the corresponding record.

You can add multiple data sources to a single page. Page data sources are displayed in the page designer menu, marked with the icn_precon_page_data_source.png icon.

Adding fields on a pre-configured page

To add a field on a page, drag&drop it from the page designer menu to the page layout grid. You can add two types of fields to a pre-configured page:

  • icn_precon_page_data_source00013.png Data source fields correspond to the columns of the object selected as the page data source. Use these to add or update bpm’online records. For example, adding a [Full name] field from the [Contact] data source will enable you to edit a contact name.

  • icn_precon_page_parameters.png Page parameter fields represent parameters of the current [Pre-configured page] element. Adding a new page parameter field will add a corresponding parameter to the [Page parameters] block of the [Pre-configured page] element setup area. Use the page parameter fields to pass any information that goes beyond the scope of objects used as page data sources.

Note

Adding fields in the page designer is similar to adding fields in the section wizard. Read more in the “How to set up page fields”.

For example, to verify the contact’s name and job title during a call, add the [Contact] data source and its [Full name] and [Full job title] fields to the page. Additional business process-specific information, such as [Agreed to participate in the email campaign] checkbox, can be added as a page parameter field.

Adding dashboards (widgets) on a pre-configured page

You can add summary analytics data from any bpm’online section to the pre-configured page. Before adding a dashboard becomes possible, the page must be saved.

Note

Adding dashboards is similar to adding dashboards in the section wizard. Read more in the “Dashboards on a record page” User Guide article.

Adding details and field groups on a pre-configured page

You can add tabs with field groups and details to the pre-configured page tab area. This area is available in all templates, except for the “Grid page” template.

Note

Adding details is similar to adding details in the section wizard. Read more in the“How to set up page details and field group” article. Use the detail wizard to create new details that you can later add on a pre-configured page.

When adding details on a pre-configured page, you will need to select a pre-configured page parameter, which will be used to filter detail records. Usually, these are the parameters, where the Id of the current data source record is passed.

For example, when you add a [Contact] data source to the page, a [Contact] parameter is also added to store the contact Id. If you need to add the [Contact addresses] detail to display contact information of a particular contact, select the [Contact] parameter in the [Object column] field on the detail settings page.

Configuring buttons on a pre-configured page

You can add buttons to the pre-configured page and define their logic. Buttons can save and/or close the page, as well as serve as conditions for process branching using conditional flows. You can add buttons below the page title. By default, the [Save] and [Close] buttons are available on the page.

To modify a button properties, double-click it. To delete a button, select it and click “X” in the top right corner.

Use the following properties to set up button functions:

Completes the process step

If this checkbox is selected, the button closes the page and terminates an element with a specific result that can be used in conditional flows (similar to the [Perform task] element). All the buttons that close the page can be used in conditional flows.

Validates and saves the entered data

Select this checkbox to check if all required fields are populated and save the data entered in the page fields before closing the page.

Generates a signal

Select this checkbox and enter the signal to be generated upon the click of this button, similar to the [Throw signal] element.

Active

Select this checkbox if the button must be active when the page is opened. You can add buttons that are inactive by default and become active according to the page business rules.

Adding business rules to a pre-configured page

Use the [Business rules] tab to add custom business logic to a pre-configured page.

Note

Adding business rules to a pre-configured page is similar to adding business rules in the section wizard. Read more in the “Business rule edit page” article.

For example, you can make the [Subscribe to bulk email] lookup field editable only when the [Agreed to email campaign] checkbox is selected (Fig. 6).

Fig. 6 Business rule example

scr_process_designer_preconfigured_page_business_rules.png 

Setting up default values for pre-configured page fields

You can set up default values for the parameter fields of a pre-configured page, using the parameters of the [Pre-configured page] element. Each field in the [Page parameters] -> [Existing parameters] menu corresponds to a parameter of the [Page parameters] block of the [Pre-configured page] element setup area (Fig. 7).

Fig. 7 Page parameter fields in the page designer (left) and page parameters in the [Pre-configured page] element setup area (right)

scr_process_designer_prepage_parameter_fields.png 

These parameters serve two functions:

  • Values passed to the page parameters determine the default values of the corresponding fields when the page is opened during business process execution.

  • Any values entered in the corresponding fields when the pre-configured page opens during the process flow will be written as parameter values when the element completes its execution. These parameter values can be mapped further down the process.

For example, a page has a [Contact] data source and contains several fields from the [Contact] object, as well as the [Communication options] detail. To populate these fields and detail with the data of a particular contact, populate the [Contact] parameter with the Id of the needed contact (Fig. 8).

Fig. 8 Setting up parameters of the pre-configured page elements

scr_process_designer_preconfigured_page_parameters.png 

If you leave the [Contact] parameter empty, any information entered in the [Contact] object fields and the [Communication options] detail will be saved as the data of a new contact.

Note

More information about setting up the parameters can be found in the “How to work with the parameter values” article.

Next

[Call] process element

[Approval] process element

See also

Process parameters

How to configure section pages

Dashboard tiles

Setting up the business rules

How to set up page details and field groups

Did you find this information useful?

How can we improve it?