Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Check for all-day event

  Asked By: Tameka Clarke         Date: Nov 02, 2008      Category: Sharepoint      Views: 883
 

I've been using Sharepoint Designer to create a new workflow based on a new
appointment in a calendar and the first branch needs to run if the appointment
is not an all day event. I have really struggled to get this one to work, has
anyone managed to do this?

This is what I have tried:

If All Day Event equals False
If All Day Event is not equal to Yes
If All Day Event is empty

Any ideas?

Tagged:          

 

3 Answers Found

 
Answer #1       Answered By: Santana Osborn          Answered On: Nov 02, 2008       

Can you make a test web service call to see what kind of value it actually
returns? You could also add the value to a workflow  email and see what it
spits out...

 
Answer #2       Answered By: David Brown          Answered On: Nov 02, 2008       

when looking at the item in list view All Day event  was set to
"Yes" when it was an all day  event, and empty when it wasn't - hence some of my
choices below. I will give your suggestion a try though.

 
Answer #3       Answered By: Daamodar Bhadranavar          Answered On: Nov 02, 2008       

I have managed  to get a workflow  to create  an all day event  by using 1
or 0 as the operator.

Field = All day  Event
Value = 1 (for yes an all day event)
Or
Value = 0 (for no not an all day event)

Not sure if it will work  the same for checking an event status.

 
Didn't find what you were looking for? Find more on Check for all-day event Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].