To have a conditional 'go to' statement in 'Transition to stage' block, first remove the 'go to' statement and then add the if condition, followed by the required 'go to' statement.
Showing posts with label conditions. Show all posts
Showing posts with label conditions. Show all posts
Friday, 1 March 2019
SharePoint Designer Workflow: How to add if condition in 'Transition to stage' block?
To have a conditional 'go to' statement in 'Transition to stage' block, first remove the 'go to' statement and then add the if condition, followed by the required 'go to' statement.
Labels:
conditions,
sharepoint,
sharepoint designer
Tuesday, 31 July 2018
How to add more than 5 conditions in InfoPath form's rule?
1. Add the first condition.
2. Change the type of condition to 'The expression'.
3. Open a text editor and paste the above expression.
4. Do the same for all the conditions.
5. Formulate the overall conditions by adding and, or between the above conditions.
6. Add the final expressions as a single condition (The expression).
Note: The final expression should be typed in a single line of the text editor.
Labels:
conditions,
infopath,
sharepoint,
sharepoint-2013
Sunday, 1 April 2018
CAML Query : How to put four AND conditions?
<And>
<Eq>condition</Eq>
<And>
<Eq>condition</Eq>
<And>
<Eq>condition</Eq>
<And>
<Eq>condition</Eq>
<Eq>condition</Eq>
</And>
</And>
</And>
</And>
Labels:
AND,
caml,
conditions,
four,
nested,
sharepoint,
SPQuery
Subscribe to:
Posts (Atom)