Re: Help required - calling Minilang Experts

2020-05-28 Thread Carsten Schinzer
Hi Scott, Thanks for your comment. I understand … and I don’t. See, this is the message sequence in the two cases: Case 1 updateCustRequest ==> calls checkStatusCustRequest (Will fail the check if not in an in-progress status) <== returns to calling simple service … do the updateCustRequest s

Re: Help required - calling Minilang Experts

2020-05-27 Thread Scott Gray
Hi Carsten, call-simple-method executes in the same manner as if you copied the code from the method being called directly into your code, i.e. it has the same variable scope as the method it's being called from. So the "custRequest" variable from checkStatusCustRequest was available to updateCus

Help required - calling Minilang Experts

2020-05-27 Thread Carsten Schinzer
Hello MiniLang Experts, I am migrating the checkStatusCustRequest service to Groovy (OFBIZ-11692 ), part of our May CommunityDays scope and sprint. In the finalization I now notice that the original Minilang service „checkStatusCustRequest“ is