Difference between revisions of "Information Systems:InfoNet User Authorities"

From uniWIKI
Jump to navigation Jump to search
Line 1: Line 1:
 
InfoNet runs in a browser, which means it can be accessed from anywhere that has an internet connection.
 
InfoNet runs in a browser, which means it can be accessed from anywhere that has an internet connection.
  +
  +
==User Authorities==
   
 
The user signs on with their System i user ID and password (which is validated against the i user profiles), but what they can see in InfoNet is controlled by the file WEBPRDD / INUSERP, which is maintained through Admin / User Authorities. Note that this maintenance can only be done by I.T or administrators (Nancy and John).
 
The user signs on with their System i user ID and password (which is validated against the i user profiles), but what they can see in InfoNet is controlled by the file WEBPRDD / INUSERP, which is maintained through Admin / User Authorities. Note that this maintenance can only be done by I.T or administrators (Nancy and John).
Line 8: Line 10:
   
 
<div id='defaults'></div>
 
<div id='defaults'></div>
  +
  +
==User Defaults==
   
 
Once a user has access, they can configure their own displays for partner and item maintenance, by selecting Admin / User Defaults. This can be changed as frequently as you want - every time you look at something, you can configure the display to only include what you want to see. Instead of having to scroll down and search.
 
Once a user has access, they can configure their own displays for partner and item maintenance, by selecting Admin / User Defaults. This can be changed as frequently as you want - every time you look at something, you can configure the display to only include what you want to see. Instead of having to scroll down and search.
Line 17: Line 21:
 
[[File:websmart-4.jpg]]
 
[[File:websmart-4.jpg]]
 
 
  +
==Add New Authority or Display Default==
File INUSERP has 299 flags; 141 of which are used by the two programs above (Change User Authorities, and Change Web User). The fields are named INFLAG001 to INFLAG299. To keep track of what each does, I go into the source of this file, and change the text; but I do NOT compile it – if I did, every InfoNet program would have to be recompiled.
 
  +
  +
===DataBase File===
  +
  +
This information is all in file INUSERP (Intranet User/Item defaults). This file has 299 flags; 141 of which are currently being used by the two programs above (Change User Authorities, and Change Web User). The fields are named INFLAG001 to INFLAG299.
  +
  +
sourceI go into the source of this file, and change the text; but I do NOT compile it – if I did, every InfoNet program would have to be recompiled. The use of all these flags has to be documented somewhere; and I figure this is the obvious place.
  +
  +
To assign a new flag, and to keep track of what each does, go into the DDS of this file.
  +
  +
Key in WRKOBJPDM WEBPRDP and press enter.
  +
  +
Position to Q, position to type *FILE, and press enter.
  +
  +
Option 12 on QDDSSRC, and press enter.
  +
  +
Position to INUSERP, and press enter.
  +
  +
Option 2 on INUSERP, and press enter.
  +
  +
Find the next available, unused flag by paging down until you see the comment 'UNUSED FLAGS'.
  +
  +
Move it to the application section
  +
  +
  +
  +
  +
sourceI go into the source of this file, and change the text; but I do NOT compile it – if I did, every InfoNet program would have to be recompiled. The use of all these flags has to be documented somewhere; and I figure this is the obvious place.
  +
  +
===

Revision as of 13:09, 10 February 2016

InfoNet runs in a browser, which means it can be accessed from anywhere that has an internet connection.

User Authorities

The user signs on with their System i user ID and password (which is validated against the i user profiles), but what they can see in InfoNet is controlled by the file WEBPRDD / INUSERP, which is maintained through Admin / User Authorities. Note that this maintenance can only be done by I.T or administrators (Nancy and John).

This controls the functions the user is allowed to do, and the information they can see.

File:websmart-2.jpg

User Defaults

Once a user has access, they can configure their own displays for partner and item maintenance, by selecting Admin / User Defaults. This can be changed as frequently as you want - every time you look at something, you can configure the display to only include what you want to see. Instead of having to scroll down and search.

'Columns to Display in the List' defines what you will see when you see the list of items or partners. 'Blocks to Display for Detail' defines what you will see when you select an item. 'Miscellaneous Item Options' defines how much of the date sensitive data (from extensions) you will see. Note that this is effective for display only; in update you will only see current. This is because some items have so many records that the page becomes too long for the browser to handle. You can change 'Blocks to Display for Detail' to include less so that the page is smaller. If you create a new record by copying an item with a lot of records, you will have a problem. When you do this, all blocks are shown; no matter how you have your defaults set up.

File:websmart-3.jpg

File:websmart-4.jpg

Add New Authority or Display Default

DataBase File

This information is all in file INUSERP (Intranet User/Item defaults). This file has 299 flags; 141 of which are currently being used by the two programs above (Change User Authorities, and Change Web User). The fields are named INFLAG001 to INFLAG299.

sourceI go into the source of this file, and change the text; but I do NOT compile it – if I did, every InfoNet program would have to be recompiled. The use of all these flags has to be documented somewhere; and I figure this is the obvious place.

To assign a new flag, and to keep track of what each does, go into the DDS of this file.

Key in WRKOBJPDM WEBPRDP and press enter.

Position to Q, position to type *FILE, and press enter.

Option 12 on QDDSSRC, and press enter.

Position to INUSERP, and press enter.

Option 2 on INUSERP, and press enter.

Find the next available, unused flag by paging down until you see the comment 'UNUSED FLAGS'.

Move it to the application section



sourceI go into the source of this file, and change the text; but I do NOT compile it – if I did, every InfoNet program would have to be recompiled. The use of all these flags has to be documented somewhere; and I figure this is the obvious place.

=