Link to home
Start Free TrialLog in
Avatar of Knightsman
Knightsman

asked on

connecting advanced find with a workflow

I have a solution plugin, that is a workflow.  (might be the same thing... still learning this system).

I am running an advanced find, which displays 5000+ results, and I'm only able to display 50 items per page, and I cant seem to find a way to display more.  Is there a way to run the workflow on these results without having to go through each page?
ASKER CERTIFIED SOLUTION
Avatar of Feridun Kadir
Feridun Kadir
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Not sure if you're having any technical knowledge on C# and CRM SDK.

I would suggest you create a simple console application which reads all the records and runs workflow against each.

Reference:
https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.executeworkflowrequest.aspx