| | | Junior Member
       
Group: Forum Members Last Login: Thursday, November 06, 2008 Posts: 6, Visits: 24 |
| | Need to know how to attach file to email in email activity |
| | | | Forum Newbie
       
Group: Forum Members Last Login: Monday, July 14, 2008 Posts: 1, Visits: 31 |
| Adding Email attachments using Contents and Variables: Steps to add Email attachments using Workflow Variables: To set email attachments using variable, the variable name has to be prefixed with "^[ActivityName]". For example, for the activity named "EmailNotification", the variable has to be named "^EmailNotificationattachments". Set the value for the variable with physical paths to the file. Multiple files can be set by using the ';' separator.
Steps to add Email attachments using Contents: To send file attachments with the email, add a content with a name prefixed by the activity name followed by attachments. For example, if a file attachement has to be sent along with an email from an activity named 'EmailNotification', add a content with 'EmailNotificationattachments' as its name. The XPath expression should select the nodes which contain the path for the files to be attached, for example //fileattachments/*. |
| | | | Junior Member
       
Group: Forum Members Last Login: Thursday, November 06, 2008 Posts: 6, Visits: 24 |
| | The above mentioned explaination i have in skelta help. But still have problem in the implementation. For example if i need to create variable name in start activity. then need to set the path to that variable. whats the syntax example my variable name is '^Email1attach' what will be the variable datatype and how to assign the 'c:/1.jpg' to it?? Thanks in advance for the help. |
| | | | Junior Member
       
Group: Forum Members Last Login: Thursday, November 06, 2008 Posts: 6, Visits: 24 |
| | Dear skelta team, i am waiting for ur response. |
| | | | Supreme Being
       
Group: Forum Members Last Login: Tuesday, November 11, 2008 Posts: 166, Visits: 704 |
| | |
|
|