Adding an ASP page to Sage CRM
When you've created an ASP page and want to make it accessible in Sage CRM, store the .asp file in the CustomPages folder, and then add the .asp file in Sage CRM by using the Sage CRM administration area.
The default location of the CustomPages folder on a Sage CRM server is as follows:
%ProgramFiles(x86)%\CRM\CRM\WWWRoot
This example creates a Searchbox tab in the context of a Company.
- Copy the saved .asp file to the CustomPages folder.
- Log on to Sage CRM as a system administrator.
- Go to <My Profile> | Administration | Customization | Company | Tabs.
- In the Tab Group Name column, click Company.
- Under Properties, use the following options:
- Caption. Enter a caption for your new tab. For example, Searchbox. When finished, click Add.
Your new tab appears in the list under Desktop HTML Tab Group Contents. Use the up and down arrows to position your new tab. - Actions. Select Customfile.
- Custom File. Enter the name of the custom .asp file you saved in the CustomPages folder earlier in this procedure. For example, MySearchBox.asp.
- Caption. Enter a caption for your new tab. For example, Searchbox. When finished, click Add.
- Click Update and then click Save.
To view the new tab you have just created, open an entity record details screen.
To improve the Sage CRM User Interface, framesets are no longer used in Sage CRM version 7.2 and later. ASP pages are rendered entirely within the main browser window, which ensures that the top content and left-hand menu of Sage CRM are always rendered correctly.