I have created a Custom Workflow in Dynamics CRM 2011.
I wanted to store my configuration (connection string, url, etc) inside an app.config.
Is it possible to retrieve that value from a configuration file (app.config / web.config) in the Custom Workflow code?
Anyone know how to do this?
I have created a Custom Workflow in Dynamics CRM 2011. I wanted to store
Share
As far as I know you cant really as there isnt one available to use. I suppose you might be able to add it to the app.config of the Async service, but then that probably isnt supported and I’m not sure how you would read it.
I would suggest instead: