ASP files
The Advanced Customization Wizard generates custom ASP files for the custom entity depending on the component parameters you configure for the entity.
These ASP files are stored in the following location:
<Sage CRM installation folder>\WWWRoot\CustomPages\<EntityName>
The default Sage CRM installation folder is %ProgramFiles(x86)%\Sage\CRM\CRM.
File name |
Description |
---|---|
<Company><EntityName>.asp |
Lists new entity records owned by a particular entity. For example, Company, if you select Owned By Companies on the Component Parameters screen. A similar file can be generated for People, Leads, Opportunities, Cases, Accounts, Quotes, and Orders. |
<EntityName><Person>.asp |
Displays the new entity's people, if you select Has People on the Component Parameters screen. A similar file can be created for Communications, Case, Lead, Opportunity, Company, Library, and Accounts. |
<EntityName>Channel.asp |
Lists new entity records associated with a Team on the Team CRM area, if you select Add To Team CRM on the Component Parameters screen. |
<EntityName>Summary.asp |
Provides the summary page for new entity records. |
<EntityName>Find.asp |
Enables you to search for the new entity records if you select Add To Find on the Component Parameters screen. |
<EntityName>ToDo.asp |
Lists new entity records associated with a user on the My CRM area, if you select Add To My CRM on the Component Parameters screen. |
<EntityName>Dedupe.asp |
Displays the custom dedupe screen if you select Deduplication on the Component Parameters screen. If Deduplication is cleared, this file redirects you to <EntityName>New.asp. |
<EntityName>Conflict.asp |
Lists conflicts that dedupe entrygroup finds. |
<EntityName>Library.asp |
Enables you to link library items to the new entity. |
<EntityName><Company>Link.asp |
Enables you to create links between the entity records and other companies or people. |
<EntityName>New.asp |
Enables you to create new entity records. |
<EntityName>WF.asp |
Enables you to create a workflow for the new entity. |
<EntityName>ProgressList.asp |
Enables you to progress the new entity record. |