Tagged Questions
0
votes
1answer
19 views
Set SPBuiltInFieldId.WorkflowInstanceID value
I start worklfow programmaticaly on SPListItem (custom ContentType).
When i try to save all fields but "WorkflowInstanceID", its ok. But,
item[SPBuiltInFieldId.WorkflowInstanceID] = ...
0
votes
1answer
326 views
How to stop SQL time out issue
I keep getting "System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding." 9 out of 10 times when I try to ...
1
vote
1answer
113 views
Getting information from different lists (SQL Style)
Is it possible to do something like an SQL query within SP Designer workflows?
e.g I want to do something like "SELECT * FROM list-a WHERE client-id = current-clients-id".
or can someone suggest a ...