Hi,
crm server is crm 2011 on premises.
I am trying to write a workflow activity that would connect to a reporting service. I do not want to hard code the reporting service url inside workflow activity for two reasons:
1. MAIN REASON: I am going to create and test workflow activity in one crm server and then deploy it to production. The two CRM servers use different reporting services. Hence I need to be able to retrieve the reporting service url on fly from my workflow activity.
2. I do not like hard-coding things.
Please help if you can.
Kotena