on ‎2008 Dec 19 4:43 AM
Hello All
I have a requirement calling Recursive function in Transaction.Means inside a transaction, i want to call the same transaction.Is it possible to do like this?
Because when i am calling like this,transaction is running contineously without stop.
Any help would be highly appreciated.
Thanks,
Manisha
Request clarification before answering.
I would also suspect there is a better way to accomplish this without using recursion...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Manisha..
What is the condition to end the loop?
You can use a while action block at the start of the transaction and use a break condition there ..
Is this what u were looking for .. or something else ..
Thanks,
Ajay.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.