Hi,
I have troubles getting the workflow set for the following:
After i create an invoice the status is set by default to "created".
When i click on "E-Mail PDF" and select the template and send the mail to the accounts email, after successful delivery I want to set the status in the invoice entity to "Unpaid" via workflow.
The Worklow looks like this:
Trigger-Type:
After record updated
Conditions: Status equals "created" (and.. email is sent!?)
Update Target Entity: Status = Unpaid.
How can I check for a sent email for this invoice?
Thanks in advance!
I have troubles getting the workflow set for the following:
After i create an invoice the status is set by default to "created".
When i click on "E-Mail PDF" and select the template and send the mail to the accounts email, after successful delivery I want to set the status in the invoice entity to "Unpaid" via workflow.
The Worklow looks like this:
Trigger-Type:
After record updated
Conditions: Status equals "created" (and.. email is sent!?)
Update Target Entity: Status = Unpaid.
How can I check for a sent email for this invoice?
Thanks in advance!
Comment