So for example does sharepoint 2013 have the capability to validate against thresh hold amounts e.g budget = £3000 but request goes for 3.500, will it be able to validate that we have exceeded the budget & not allow the worflow to start?
Also can SP13 workflow manager “Read” from smartforms & use the data for the worflow processes? This is something 2007 cannot do.
If anyone could help on this that would be fantastic.
For your first question, the answer is sort of yes. Just set your action to execute only on the condition that the field is less than 3000. Your workflow will still “start”, but it won’t do anything unless the condition is met. Can you provide a more specific example of your other scenario?