Input Reference from one entity and store it to other Entity

0
Hi, I have project, where user create requests  w.r.t Project  if they are configured to. domain Model as follows:-     When I create Create a request and unable to capture the Project which I selected from the Input reference      I am unable to capture the value I selected from the Project reference.   Please help. Thank you, Arun
asked
1 answers
0

Hi Arun MC,

Your “change object” action is setting the project name to it self.

The correct way is use retrieves to get the project selected, and then user the object retrieved in your change object activity.

 

This will solve your problem. But you can solve this by creating a reference from requests to Project. It will be more effective, and you will be able to do searches and retrives directly by this reference.

 

Greetingns, Rafael Carvalho!

answered