Difference betweem Throw and Raise Error Text. What to use in context of non UI execution
Hi Experts,
Need to know some understanding for difference between "Throw" and "RaiseErrorText". For ex. if we have some non UI execution happening in backend, should we use throw or RaiseErrorText.
We do have Try-Catch-Finally implemented in all our code. So wanted to know if throw or raiseerrortext would make any difference.
Thanks for your help.
Regards,
Swapnil Shinde.