Rentals : Rentals installation : Self Entry pages configuration
 
Self Entry pages configuration
 
Copy the Self_Entry_Config_xxxx.exe to your Self-Entry folder and double-click on the file to unzip it. The Self Entry pages configurations are located in C:\Inetpub\wwwroot\Self-Entry\web.config.default.
 
Note: In order for the file to work properly you must remove “.default” extension.
 
Below are the key settings:
 
<appSettings>
<add key="DataFilePath" value="C:\Program Files\Siriusware\SelfEntry\"/>
<add key="LiabilityPath" value=".\Liability\Liability.txt"/>
<add key="DefaultDCI" value="DEP CAT ITEM "/>
<add key="Liability" value = "0"/> <!-- Note: values: 0 = off, 1 = on -->
<!-- DefAddress specifies the default address. 1=Mailing, 10=Shipping, 20=Billing, 30=Local -->
<!-- <add key="DefAddress" value="10"/> -->
</appSettings>
 
Note: Be sure to share the Self-Entry folder specified in the DataFilePath value.