cancel
Showing results for 
Search instead for 
Did you mean: 

How to update node attributes of a different object?

hongsy93
Explorer
0 Kudos
1,016

Hi.

How do you guys update any customizing attributes or standards of TOR node??.
In the my question case, I crated Z determination and set a trigger point, "Before Save" and have been updating using a core service manager of TOR.

When I call a method "modify", it goes to determinations of TOR Node that set a trigger point, "After Modify".
This is no problems in my project but I think it could be a performance issue because some determinations of TOR are automatically implemented at several times whenever using the method call of TOR core service manager.

For example, assume that there are three methods and there are logic each method that call a core service manager of TOR. So, these should access to determination of TOR that set by "After Modify" at three times.


Am I right?
and there is a no way to update node of a different object like I mentioned above?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

GRABLERE
Product and Topic Expert
Product and Topic Expert

Hi Seokyeon,

there is no way to do a BO Modification via service manager without triggering the corresponding DETVAL. However in regards to performance, the standard determinations should be implemented in way that no unnecessary expensive logic is running, if you are doing changes to a custom field that does not influence any standard logic. So before doing stunts like ignoring/cheating the given BOPF Framework I would rather validate if there is an actual performance issue ;). Standard would face similar issues otherwise for example for modifies between TOR and TRQ BO.

Regards,

Emanuel

hongsy93
Explorer
0 Kudos

Hi Emanuel.

Thanks a lot for a comment.
The performance issue that I mentioned it could be infinite loop or something. In my project, there are a lot of custom fields and DET. So, do a TOR Modification via TOR service manger in TRQ DET, then TOR DETs are triggered immediately and then do a TRQ Modification via TRQ service manger in TOR DET, then TRQ DETs are triggered immediately.

There was a experience that is infinite loop in a DET of TOR EXECUTION Node which is set by "Before Save". I updated a custom field of TRQ ROOT in the DET when occurred execution event.

Thanks.

Answers (0)