Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a determination for a transient node

Former Member
0 Likes
1,102

Hi

We need to display Z information from TOR into the Planning Cockpit. To do that, we've inserted a ZZ field at the TORFU node of /SCMTMS/PLN BO.

Now, we need to fill our Z field with some data, and that´s precisely our issue: we are trying to create a determination for TORFU, using option "Fill transient attributes of persistent nodes", because option "Derive instances of transient nodes" is not available at the moment when I try to create the determination.

After clicking on the Complete button, nothing happens: the determination is not created (I guess that´s because TORFU is not a persistent node). Would someone have a clue on how to solve this problem?

Regards

Eduardo Chagas

1 ACCEPTED SOLUTION
Read only

former_member190794
Active Participant
0 Likes
727

Hello Eduardo,

if "TORFU" is a transient node "Derive instances of transient nodes" would be the right choice. You have to create the corresponding determination on the parent of TORFU node, so that each time a user navigates to that TORFU node via Retrieve-By-Association, your determination is invoked.

Best regards

Tilmann

Hi

We need to display Z information from TOR into the Planning Cockpit. To do that, we've inserted a ZZ field at the TORFU node of /SCMTMS/PLN BO.

Now, we need to fill our Z field with some data, and that´s precisely our issue: we are trying to create a determination for TORFU, using option "Fill transient attributes of persistent nodes", because option "Derive instances of transient nodes" is not available at the moment when I try to create the determination.

After clicking on the Complete button, nothing happens: the determination is not created (I guess that´s because TORFU is not a persistent node). Would someone have a clue on how to solve this problem?

Regards

Eduardo Chagas

3 REPLIES 3
Read only

former_member190794
Active Participant
0 Likes
728

Hello Eduardo,

if "TORFU" is a transient node "Derive instances of transient nodes" would be the right choice. You have to create the corresponding determination on the parent of TORFU node, so that each time a user navigates to that TORFU node via Retrieve-By-Association, your determination is invoked.

Best regards

Tilmann

Read only

0 Likes
727

Hi Tilmann,

if TORFU is a transient node, its instances are also getting created by a determination. Does a dependency from the enhancement's transient determination to the extended BOs determination need to be modeled or are the enhancements' determinations always executed after the extended BOs' ones?

Cheers,

Oliver

Read only

0 Likes
727

Hello Oliver,

determinations of the enhancement BO are always executed after the determinations of the base BO.
Best regards

Tilmann