Hi, I'm trying to call a workflow from a portal to our CRM site for our external users. It is meant to send an email.
Currently, I'm able to construct the email but it is not sent. It opens up the default mail client for the user but the user needs to click send to send the email. I want this to be automated.
Currently, I have a workflow that is set to fire on field change. I use a stored procedure in the portal site to change the value of the field. The field changes through javascript call, but the workflow is not fired. I suspect it is because you need to save the record first.
Any ideas?
*This post is locked for comments