Skip to main content
Solved

Object Connection Transformations - Case and Case Task

  • February 20, 2025
  • 1 reply
  • 119 views

Forum|alt.badge.img+5
  • Do Gooder (Customer)
  • 17 replies

Hello,

 

I am trying to setup a Object Connection Transformation that will allow user to view all documents associated with Case Tasks on the parent Case.

 

I’ve gotten the reverse situation to work (view the Case documents on a Case Task). See screenshots attached.

 

Is this a situation where you need to define a custom transformation function? Is that something that you have to do in the build place or can it be accomplished through the IFS cloud itself?

 

I have a Case with 1 document attached and a Case Task with one document attached. At the case level, I would expected to see 2 attachments, but am seeing one with the current configuration.

Best answer by Mathias Dahl

When you want the transformation to support multiple "source objects", then you need to use a PL/SQL method to do the transformation. It cannot be done using a simple column mapping rule.

1 reply

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2901 replies
  • Answer
  • February 23, 2025

When you want the transformation to support multiple "source objects", then you need to use a PL/SQL method to do the transformation. It cannot be done using a simple column mapping rule.