Hi,
I would like to send an email to the person in charge of checking consistency of business partners.
So i create a new workflow (Document Value, based on C_BPartner)
The document Value logic = @Created@=@Updated@
There is one node (email) whichi is related to a mail template.
When i create a new BPartner, i receive an email. Great !
But, i can't personalize its content. I can't find a way to fill the name or value or anything which is related to the creation of the BPartner.
I try to use @Name@, @AD_Client_ID@, .... and in my email, i got @Name@, @AD_Client_ID@.
No parsing !
Is it possible to do this within workflow or do i have to customize BPartner.afterSave() to send a real personalized email ?
Thanks
Regards,
Yan