Article Details
Id:18721
Product:finPOWER Connect
Type:FIX
Version:3.04.02
Opened:21/10/2021
Closed:21/10/2021
Released:02/12/2021
Job: J027623
High Importance

External Party Employees; updated underlying global collection to fix an issue

The External Party Employee global collection has been updated to fix an issue and enhance the information available.

This collection should contain all "Individual" employees for all External Parties. They could be added as basic information on the Employment record, or as a linked Client to the Employment record.

Since version 3.4.0, if a "linked" Client employee is added to the External Party by editing the Individual Client they are not included in the collection. This would be unusual, as typically you would add the employee via the External Party.

In addition, the Name property may not be populated even if added via the External Party.

The following Properties have been added:

  • ExternalPartyClientId
    • The Id of the External Party's Client.
  • ExternalPartyClientPk
    • The Pk of the External Party's Client.
  • ExternalPartyName
    • The Name of the External Party.
  • FirstName
    • The Employee's First Name.
  • LastName
    • The Employee's Last Name.
  • LinkedClientPk
    • If the Employee is linked to a Client, the Pk of that Client.

The following Properties have been obsoleted:

  • ClientId
    • Use ExternalPartyClientId instead.
  • ClientName
    • Use ExternalPartyName instead.
  • ClientPk
    • User ExternalPartyClientPk instead.