ClientReport

This action template allows the user to create a report for data consisting of a main record (e.g. order) and one or several child records (e.g. order items).

Below is a list of input arguments:

Input Argument

Description

AdditionalConfigParentLinks

The link of additional parent links, if needed.

Possible values for each parent link:

  • <InfoArea>, e.g. FI (uses the default link)
  • <InfoArea>:<LINKID>, e.g. FI:175
  • nolink

AppearanceJScript

JavaScript action that is executed when the report is created.

ConfigParentLink

The link of the first parent link.

DissappearanceJScript

JavaScript action that is executed when the report is closed.

HeaderName

Name of the header that is applied for the label and additional pages, if the report is displayed in a new page.

Parameters

The report's parameters, e. g. entered in JSON syntax.

XmlRootElementName

Name of the XML root element. Data is queried in all branches/knots of this root element.

Xsl

The (optional) XSL name to transform the XML to HTML. Xsl items are stored in the Images section of CRM.designer.

RootName

The name of the query's XML root element (in most cases this is the info area name).

AdditionalConfigName

A semicolon-separated list of additional Search&List configurations to be searched.

You can also define a specific link to be applied with the following syntax:

<ConfigName>#LinkId

AdditionalRootNames

By default, an order summary is available for the quick add. In the update.tablet configuration, this order summary is based on a report. The XML file for this report must be transferred to the device. To include the XML file to the data transfer, it is handled as an image, as no other resources can be transferred. Therefore, an item (for the order summary: Xsl :OrderSummary) must exist in the Images area of CRM.designer for the XML file.

ReportType

ClientReport (fixed value)

RequestOptionDependentOnRoot

Defines that the RequestOption for the root record is switched to online, if this record is only available online.

Record

The link record used in the data search for the report.

ButtonPrint

If set to true, a print button is displayed.