How to get child entity in REST

0
Hello everyone! In my latest app i applied generalization to one of the entities (called 'customResult'), so that entity inheritsfrom parent entity 'result'. And also i have main entity called 'project' which has association (one to one) with parent entity 'result'I encountered the following issue: i'm not able to get the child('customResult') in REST in message definition   I use version 10.9.0
asked
2 answers
0

Hi Anastasia,

For this, you can use an object type decision in a microflow, and from the 'result' entity you can cast the  'customResult' entity and use it.

You can learn more about object-type decisions by clicking here!

 

Hope it helps!

 

answered
1

Directly it is not possible! you have to draw as associate from Project to CustomResult. Then do the same in your message definition.

answered