User Tools

Site Tools


pub:idocsmultiuser

Differences

This shows you the differences between two versions of the page.


pub:idocsmultiuser [2022/06/25 17:02] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<html>&#091;</html>[[start#idocs | Up to Main Menu ]]<html>&#093;</html>
 +
 +
 +
 +====== Multi User iDocs ======
 +
 +It is possible to setup iDocs to segregate user data, at least in part.
 +
 +It is not possible in the current release to segregate folder data, as iDocs pulls from the same folder location: /qdls/formfmg.
 +
 +**To separate form, check, formset, and engine definitions, use these instructions:**
 +
 +1. For a user or group of users, create a separate library (example: USERLIB ). Put this library above FMG in the user(s) library list:
 +<html><pre>
 +                               Edit Library List   
 + Type new/changed information, press Enter.        
 + Sequence                   Sequence               
 +  Number   Library           Number   Library      
 +      0                        150                 
 +     10    userlib             160                 
 +     20    FMG                 170                 
 +     30    QGPL                180                 
 +     40    QTEMP               190                 
 +     50                        200                 
 +     60                        210                 
 +</pre></html>
 +
 +2. Create in this user's library USERLIB, a copy of the iDocs data files:
 +
 +**CRTDUPOBJ OBJ(FRM*) FROMLIB(FMG) OBJTYPE(*FILE) TOLIB(USERLIB) DATA(*YES)**
 +
 +
 +The user may know make changes to forms, checks, formsets, and engines that only impact users with the USERLIB libary above FMG.
 +
 +An engine likewise can pull from the segregated data.
 +
 +Remember that overlays (the .mac files) are still in a shared folder location.
 +
 +----
 +
 +<html>&#091;</html>[[start#idocs | Up to Main Menu ]]<html>&#093;</html>