var fDesc=new Array();
fDesc[0] = "Accenture Quick Document Builder automates the production and management of correspondence documents through an integrated solution that increases efficiency and cost-effectiveness and, ultimately, helps organizations achieve high performance.
Accenture Quick Document Builder allows users to create, manage and use template documents and text modules, along with master and meta-data, directly from an SAP ERP HR system. By simplifying and standardizing the document creation process, cost savings that directly affect the organization’s financial performance can be realized.
Applications :
- Accelerating, automating and standardizing the process of correspondence generation and template administration
- Ease of use with the familiar Microsoft Word environment to edit and create document templates
- Gain out-of-the-box functionality with more than 600 preconfigured data fields from SAP ERP HCM and SAP E-Recruiting content.
- Generating documents using a secure, auditable and comprehensive process, including history and audit trail
Benefits :
- Automate and integrate data
- Lower total cost of ownership
- Practice highly scalable document creation
- Gain out-of-the-box functionality
- Achieve implementation at speed
- Manage content management more effectively";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}