Currently, to achieve more accurate results during rule mining, it's necessary to select the external ID for attributes such as department, title, and cost center. This is because names may not be unique, which can lead to inconsistent or incorrect results when rule mining is based on them.
However, for display purposes, showing the name is more user-friendly and easier to interpret. To balance accuracy and usability, we perform the calculations using the external ID, while presenting the name in the report. This approach ensures reliable rule mining results while maintaining clarity for end users reviewing the output.
Used contract values:
  • Division ExternalID -> Name
  • CostBearer ExternalID -> Name
  • Costcenter ExternalID -> Name
  • Employer ExternalID -> Name
  • Location ExternalID -> Name (different names then person.Location)
  • Type Code -> Description
  • Team ExternalID -> Name
  • Title ExternalID -> Name
  • Department ExternalID -> DisplayName
  • Organization ExternalID -> Name
Used person values:
  • Location ExternalID -> Name (different names then contract.Location)