Hello
Does inner nuBuilder php procedure (Add Activity) support return value?
I mean something like this
$quantity = runIt("pCode")
Or may be I have to use table zzsys_variable for such returning but How?
--
Maxim
Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
return value from procedure
Re: return value from procedure
Maxim,
BTW did you get my email about your Quote?
But to answer your question. runIt() doesn't return a value, but you could copy all the code from that proceudre and use it to set the value of $quantity.
(probably not the answer you are looking for)
Steven
BTW did you get my email about your Quote?
But to answer your question. runIt() doesn't return a value, but you could copy all the code from that proceudre and use it to set the value of $quantity.
(probably not the answer you are looking for)
Steven