Customer defined fields

You can use the Customer Defined Fields (CDF) sessions in LN to store additional information in tables without creating so-called customizations. These sessions are available in the Tools menu, under Application Configuration.

Configuration

To configure customer defined fields:

  1. Start the Parâmetros de Campos definidos pelo cliente (ttadv4590m000) session. Select CDC ativo and click OK.
  2. Define customer defined fields in one of these ways:
    • Use the Customer Defined Fields option in the View menu of an already started session.
    • Use the Campos definidos pelo cliente (ttadv4591m000) session.

      If you want to create customer defined fields of type ‘List’, specify the lists and their constants in the Lists (ttadv4592m000) and List Constants (ttadv4593m000) sessions.

  3. Start the Convert to Runtime Data Dictionary (ttadv5215m000) session. Convert the customer defined fields and the related domains to the runtime data dictionary.

Limitations
  • You cannot define customer defined fields for tables within Tools (the tl and tt packages).
  • External integrations, such as Integração Infor, EDI, Exchange, Integração com Office, and SOA-based integration, do not support customer defined fields.
  • You can use customer defined fields within 4GL reports. For external reporting, only Microsoft Reporting and Cognos support customer defined fields.
  • Customer defined fields cannot store application data in multiple data languages.
  • The result of calculated expression of the customer defined field is based on the saved values used in the expression
Nota

The full functionality of customer defined fields is only available within Web UI. Customer defined fields are not displayed in the classic Infor LN BW UI.

Personalization

A session can contain two types of customer defined fields:

  1. Customer defined fields of the main table. These are regular customer defined fields. If set to active, these fields are initially visible in the session. See Campos definidos pelo cliente (ttadv4591m000).
  2. Referenced customer defined fields. These are active customer defined fields that belong to a table that is referenced by the main table of the session. Referenced customer defined fields are initially invisible in the session.

A referenced customer defined field is linked to a session if its table is referenced through:

  • A table definition (so-called hard-reference)
  • A reference specified in the form definition, in particular in the Input/Ref Express property of a form field
  • A query.extend.select() call in the UI script of the session

If a session contains customer defined fields, you can perform these actions:

  • Hide/unhide these fields.
  • Move these fields to a different location, such as a different tab.

See Personalizar form (ttadv9210m000).