 |
ALPHA-VISION® Actions for access protection: Usr_PrfAddFct
|
Usr_PrfAddFct
SUMMARY
Usr_PrfAddFct - Add function to profile
SYNTAX
Usr_PrfAddFct(
<ProfileNo>,
<FunktionNo>)
ARGUMENTS
- ProfileNo
-
Number of the User-Profile
- FunktionNo
-
Function-Number to add
DESCRIPTION
Adds a Funktion-Number to the Profile of a User.
If no parameters are defined the system asks for the Profile-Number
and afterwards for the Function-Number.
WARNING
Neither the Profile-Number nor the Function-Number is validated.
Note:
The logged in User must have the "Function number for Access Admin"
as defined in the <PROJECT>.cfg file in his Profile.
EXAMPLES
Usr_PrfAddFct()
The Profile-Number and Function-Number are questioned interactive.
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times