将电子邮件发送到列表中的选定记录 [英] Send Email to Selected Records in a List

查看:84
本文介绍了将电子邮件发送到列表中的选定记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个包含员工联系数据的列表。我正在开发一个工作流程,根据生日月份字段中的值向所选员工发送电子邮件。我将当前月份与他们的BD月份进行比较,如果匹配,我会发送
他们发送电子邮件。它适用于一个记录(员工),但将Wokflow变量设置为过滤的工作流查找值不适用于多个记录。我只收到一封电子邮件。

I have a list that contains contact data for employees. I am working on a workflow that sends an email to the selected employees based on a value in their Birthday Month field. I am comparing the current month to their BD month and if it matches, I send them an email. It works great for one record (employee), but the Set Wokflow Variable to a filtered Workflow Lookup value does not work for more than one record. I get only one email sent.

我需要一种方法将所有电子邮件地址连接到匹配的BD月份并将电子邮件发送到该组。我想应该有一个循环,但我不太熟悉SharePoint Designer中的这个功能。请问有人可以帮忙吗?

I need a way to concatenate all email addresses with a matching BD Month and send the email to that group. I guess there should be a loop of some sort, but I'm not too familiar with this function in SharePoint Designer. Could anyone help, please?

谢谢!

推荐答案

您好

我认为您应该为该功能开发一个Web服务。

I think you should develop a web service for the function.

您可以添加功能区菜单,然后功能区javascript功能将选定的ID发布到您的自定义Web服务。

You can add a ribbon menu, then the ribbon javascript function post the selected id to your customize web service.

网络服务将有助于发送电子邮件或其他功能。

The web service will help for send email or other function.


这篇关于将电子邮件发送到列表中的选定记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆