Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以检查小于 15 分钟的日期和时间字段是否小于或等于工作流条件中的当前日期和时间?
例如,如果我的值是下午 5:40,我将必须检查当前日期和时间是否小于下午 5:25 才能进入条件。我能怎么做?
在 Sharepoint 设计器中:
创建一个局部变量。它的类型必须是日期/时间。
将其值设置为相关日期。
现在,您要做的下一件事是使用Add Time to Date函数(键入“时间”并选择第一个选项(至少这是我正在使用的 Sharepoint Designer 2010 中的位置)。将 15 分钟添加到您的变量中。
现在只需创建另一个本地日期/时间变量,将其设置为当前日期并比较两者。