Skip to content

Commit b373414

Browse files
SeiyasuLinda Caputo
authored andcommitted
Update debugging-sharepoint-server-workflows.md (SharePoint#2584)
Link redirects correctly
1 parent 1cddd3e commit b373414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/general-development/debugging-sharepoint-server-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ PS C:\\> New-SPTrustedRootAuthority -Name "Fiddler" -Certificate $fiddlerCertifi
419419

420420
### Walkthrough: Debugging a SharePoint workflow with Fiddler
421421

422-
This simple walkthrough demonstrates using Fiddler to debug a SharePoint workflow authored using Visual Studio 2012. When the workflow starts, it retrieves a customer ID from a field in a custom list. This customer ID is used to query a publically accessible service to retrieve additional details about the customer. It then uses these values to update the original list item. The workflow can be found in the following MSDN code sample: [SharePoint Workflow: Call an External Web Service](http://code.msdn.microsoft.com/officeapps/SharePoint-workflow-48ea87d4.aspx).
422+
This simple walkthrough demonstrates using Fiddler to debug a SharePoint workflow authored using Visual Studio 2012. When the workflow starts, it retrieves a customer ID from a field in a custom list. This customer ID is used to query a publically accessible service to retrieve additional details about the customer. It then uses these values to update the original list item. The workflow can be found in the following MSDN code sample: [SharePoint Workflow: Call an External Web Service](https://code.msdn.microsoft.com/office/SharePoint-2013-workflow-48ea87d4).
423423

424424

425425

0 commit comments

Comments
 (0)