Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 2.61 KB

File metadata and controls

42 lines (28 loc) · 2.61 KB
title description ms.date ms.topic author ms.author ms.reviewer search.audienceType
Lead table (Dynamics 365 Sales)
Learn about lead table that represents an individual who is interested in receiving specific information about products or services offered by the company.
03/01/2023
article
udaykirang
udag
udag
developer

Lead table

A lead table represents an individual that is identified as someone who is interested in receiving specific information about the products or services offered by the company. The information is provided to a lead by a salesperson through email or other communication activities available in [!INCLUDEpn_microsoftcrm]. A lead is used to track contacts or accounts that are potential customers, but who have not yet been qualified.

Lead management is largely the same as opportunity management. However, a lead is kept separate from customer and opportunity data until the lead is qualified. The possible states for a lead are Open, Qualified, and Disqualified. A qualified lead may be converted to an account, contact or opportunity. To convert, use the xref:Microsoft.Crm.Sdk.Messages.QualifyLeadRequest message.

The following items can be associated with a lead:

  • Contact and account information

  • Customer requests

  • Activities

  • Notes

  • Attachments

A link is maintained between the lead and any accounts and contacts. You can create this link by using the xref:Microsoft.Xrm.Sdk.IOrganizationService.xref:Microsoft.Xrm.Sdk.IOrganizationService.Execute* method with the xref:Microsoft.Xrm.Sdk.Messages.AssociateRequest or the xref:Microsoft.Xrm.Sdk.Messages.DisassociateRequest messages. This makes it possible to generate reports that indicate the value of different lead sources.

When you enter a lead into Dynamics 365 Sales, you can use the process (workflow) engine to automatically route it to a specific user or team based on rules that are defined by the business unit or channel partner. Upon qualification, the lead is either converted to an opportunity or is inactivated, but retained to allow for accurate business reporting, for example, analysis of the effectiveness of different lead sources. For more information, see Business process flows.

See Also

Lead Table
Sample: Qualify a Lead
Sales Tables
Opportunity Tables

[!INCLUDEfooter-include]