FileSendMail method
Hi,
We have a requirement to launch Send Email SWE command from a click of a button based on certain conditions. I tried invoking the command using TheApplication().InvokeMethod("FileSendMail") and this.InvokeMethod("FileSendMail")
I get an error message that the specialized method is not supported by business component....
If I assign the method FileSendMail to a button, it works fine but I need to certain validations before calling the method.
Regards,
Gb