Business Rule changes OOB

Arnab Bhaumik
Tera Contributor

After upgrading to tokyo version we see OOB business rule "Close parent if Required" is looking different. The advanced script has been changed as below :

new SNC.RequestItem(current).closeParentRequest();

 

Need to know why this been changed OOB and what is this new SNC.RequestItem(current).closeParentRequest()  and how does this work? is there a new script include bcz can not find any script include named " RequestItem"? 

3 REPLIES 3

NOM
Tera Contributor

Has anyone figured this out. I scratching my head (HARD!) on this one as well. HELP!

NOM
Tera Contributor

I am having the same issue as well. Has anyone gotten any answers?

William David
Giga Guru

I also have the same question - what does "new SNC.RequestItem(current).closeParentRequest();" do, in the Business Rule "Close Parent if Required" (operates on the table sc_req_item)? This is important because I want to verify that our Requests are being closed when all child Request Items are in a Closed or Cancelled State. Since I don't understand the operation of the method ".closeParentRequest()", I cannot be certain about the behavior between child (sc_req_item) and parent (sc_request) records.