Difference between revisions of "Deployment Guide"

From SmartHCM Wiki
Jump to navigation Jump to search
(Created page with "==Deployment Guide for SmartHCM release 3.2.0.0 Final== <li>Web Configuration")
 
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Deployment Guide for SmartHCM release 3.2.0.0 Final==
+
==Deployment Guide for SmartHCM release 3.2.0.0 and samrtESS 2.2.0.0 Final==
  
<li>Web Configuration
+
<b>SmartHCM Configuration</b><br>
 +
<ul><li>Attendance Machine Setup<br>
 +
New Setup has been introduced in this Release for Multiple file uploading for the TOM Module. In previous release there was only one Attendance file option and file name was defined in the System Default setup.<br> Now this setup will enable user to define multiple file name those are need to be upload from the Time/Attendance Machine.<br>
 +
Navigation:<br>
 +
Time Office Management \ Attendance \ Attendance Machine<br><br>
 +
[[File:K.JPG]]<br><br><br>
 +
<b>SmartESS Configuration</b><br>
 +
Web Config file configuration <br>
 +
 
 +
Required “Web Config” file configuration, this configuration is required to enable the “Attachment” button functionality in whole SmartESS where Attachment button available.
 +
 
 +
Add the following codes in the web.config file <br>
 +
 
 +
<ul><li>Web Configuration <br>
 +
 
 +
<system.web.extensions> <br>
 +
    <scripting><br>
 +
      <webServices><br>
 +
        <jsonSerialization maxJsonLength="2147483644"/><br>
 +
      </webServices><br>
 +
    </scripting><br>
 +
  </system.web.extensions><br>
 +
<webServices><br>
 +
      <protocols>
 +
        <add name="HttpGet"/><br>
 +
        <add name="HttpPost"/><br>
 +
      </protocols><br>
 +
    </webServices><br>

Latest revision as of 05:03, 18 August 2016

Deployment Guide for SmartHCM release 3.2.0.0 and samrtESS 2.2.0.0 Final

SmartHCM Configuration

  • Attendance Machine Setup
    New Setup has been introduced in this Release for Multiple file uploading for the TOM Module. In previous release there was only one Attendance file option and file name was defined in the System Default setup.
    Now this setup will enable user to define multiple file name those are need to be upload from the Time/Attendance Machine.
    Navigation:
    Time Office Management \ Attendance \ Attendance Machine

    K.JPG


    SmartESS Configuration
    Web Config file configuration
    Required “Web Config” file configuration, this configuration is required to enable the “Attachment” button functionality in whole SmartESS where Attachment button available. Add the following codes in the web.config file
    • Web Configuration
      <system.web.extensions>
      <scripting>
      <webServices>
      <jsonSerialization maxJsonLength="2147483644"/>
      </webServices>
      </scripting>
      </system.web.extensions>
      <webServices>
      <protocols> <add name="HttpGet"/>
      <add name="HttpPost"/>
      </protocols>
      </webServices>