Links

Links between parent and child record are automatically set in online mode.

In offline mode they are set when the user saves a record and:

  • The key fields (StaNo and SerNo) exist for a records, these fields are filled when the link is set.
  • Fields that exist in the CRM.pad data model in the linked info area and in the current info area are also filled.
  • Fields that exist in the current info area but are links in the linked info area are also filled.
  • Fields that are either entered or filled by the three options previously mentioned the link is also filled.

Example: If a KP link containing FI fields exists, the FI link is also set automatically.

Indirect Links

You can define indirect links, e.g. link KP (Person in Company) and VF (Sales Area) using the FI-StaNo/FI-SerNo fields. The VF fields then are not queried anymore using the KP link, but using the direct FI link.

To link indirectly:

  1. Add the child fields to the desired field group control of the parent info area.

    Example: Add the VF fields to the desired KP field group control.

  2. Define the fields' Exended Option using the following JSON syntax:

    {"parentLink":"<Indirect Link InfoareaShort>"}

    Example: {"parentLink":"FI"}