License File: Difference between revisions
From Crystal Manager for Sage CRM
Crmtogether (talk | contribs) No edit summary |
Crmtogether (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''Updating of Your License''' | |||
The license is stored in the "../CustomPages/CRViewer/web.config" file. | |||
This file can be edited via any text editor. | |||
The Key value is shown as follows: | |||
<add key="CrystalManagerLicense" value="YourCurrentLicenseIsHere"/> | |||
To update your license replace the value setting with the license provided | |||
<add key="CrystalManagerLicense" value="YourNewLicenseIsHere"/> | |||
Save the file. | |||
Latest revision as of 09:47, 14 March 2022
Updating of Your License
The license is stored in the "../CustomPages/CRViewer/web.config" file.
This file can be edited via any text editor.
The Key value is shown as follows:
<add key="CrystalManagerLicense" value="YourCurrentLicenseIsHere"/>
To update your license replace the value setting with the license provided
<add key="CrystalManagerLicense" value="YourNewLicenseIsHere"/>
Save the file.