fiogf49gjkf0d Hi All
I am trying to use process orchestration . I have created a workflow in visual studio I want to send a email when new lead is being create following is my code i added in processstart.xml.
<event name="Created">
<entityType name="Sage.Entity.Interfaces.ILead, Sage.Entity.Interfaces">
<runProcess name="lead1" />
</entityType>
</event>
Thanks in Advance
Pritesh
|