Entries from December 1, 2004 - January 1, 2005
What are the prerequisite before using the new assignment method "Automatic to the manager"? (v4.0 r3)
For each Directory User the "Manager" field must be filled-in with it's manager username (system login).
How to display the directory user list when longer than 50 users?
By default the maximum number of users displayed in a list is set to 50.
You may define a new limit for the ADMINISTRATION module and/or the USER module.
This setting is available through the Home page of the ADMINISTRATION module by selecting "Edit the configuration parameters".
In the "User Module" tab or the "Administration Module" tab you can set the new value of "Maximum number of users in a list before filtering by name".
How to reduce the number of transitions in a process?
Adding a SYNCHRO action allows the reduction of transitions only if those transitions are using identical condition parameters towards multiple actions.
Which programming language can be used in process conditions? Are JavaScript functions available?
You can only use the VBScript syntax in the process conditions. You can find the whole VBScript documentation at the following address:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/vsfctinstr.asp
It is not possible to create a loop with the first action of a process - how to solve this issue.
Example (adding the "UDPATES" action ):
- INITIATES => VALIDATES => UPDATES => VALIDATES => UPDATES => VALIDATES => ...