var fDesc=new Array(); fDesc[0] = "The application purpose is to protection of a source code objects against editing and reading,archiving and restoring objects,single and group copying objects,indication of the changed objects,automatic or manual change ID objects (subtype) in C/AL Globals and C/AL Locals on new ID

The application consists of three tools:

- Protection Tool
- Archive Tool
- Migration Tool

Protected objects remain completely functional (exporting, importing, backing up the database, restoring the database).

The built-in archive allows you to restore an object and continue editing it. In archive all modifications of the object are saved, you can select manually what version to restore."; 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 = ''; } }