Skip to main content
Question

Connecting STANDARD Entity to Projection Configuration

  • November 11, 2025
  • 3 replies
  • 16 views

LevOrjanM
Sidekick (Partner)
Forum|alt.badge.img+4

In 25R1 SU2, I’m trying to connect the Standard Entity JtTaskTransactionUtil to the Projection WorkTaskHandling. But when I try to create the Key Mappings for the Entity Association the Child Entity Key, LoV is empty. Is this a bug or am I doing something wrong?

 

3 replies

Forum|alt.badge.img+12
  • Hero (Customer)
  • 346 replies
  • November 11, 2025

JtTaskTransactionUtil is, as its name gives it away, a Utility, not an Entity :)

 

Utility Models don’t have underlying modeled tables like entities do, and so there isn’t really any field for you to join on there.

 

Are you sure you’re not trying to join add JtTaskTransaction, rather than JtTaskTransactionUtil ?


LevOrjanM
Sidekick (Partner)
Forum|alt.badge.img+4
  • Author
  • Sidekick (Partner)
  • 10 replies
  • November 11, 2025

@SimonTestard  thanks for reply. The funny thing is that JtTaskTransaction is not even possible to select among the entities, but JtTaskTransactionUtil is.


Forum|alt.badge.img+12
  • Hero (Customer)
  • 346 replies
  • November 11, 2025

@SimonTestard  thanks for reply. The funny thing is that JtTaskTransaction is not even possible to select among the entities, but JtTaskTransactionUtil is.

 

It doesn’t show because the Core Model already has an association between WorkTaskHandling and JtTaskTransaction, why do you want to associate JtTaskTransactionUtil that JtTaskTransaction does no already offer?