I am very new to CRM development; I would appreciate if anyone can help me to create below report in Micosoft CRM online.
“A report to Report on how many have been converted from an unqualified to a qualified lead in the past week”
Is this anything that I can do with report wizard or report server as well? The problem is that I don’t know how can I can I access the status converted date of a lead. I cannot see any field regarding this in lead entity.
The simplest way of creating report in Dynamic CRM is using a report wizard.
When a lead marked as qualified it will be closed and will be converted to another entity like opportunity / contact and so on.
The first solution that comes to mind is using report wizard on lead entity and filter in status=”qualified”
, then choose a column like converted date in the report.
But there is not any field in lead entity that you can use for this purpose.
I need a workaround to retrieve this information (lead converted data) to be able to make above report.