Define what the User sees

Top  Previous  Next
The items that appear in a users Task list for a specific workflow is determined by the ‘Process Select Statements’ of the user type the user belongs to
For example: User Gary belongs two (2) User Groups ‘Software’ and ‘Hardware’ and the Software Group has a Process Select Statement which allows them to view all the Software Problems that the Hardware group has a Process select statement
That allows it to see all the Hardware Problems then the Gary can see all the Software and Hardware problems. 
In short a user sees all the objects that are returned by the union of objects available to all his user types when they click on the objects button.

 

The User Select Statement determines what workflow instances a User Type can see
A User will see the super set of all the permissions as some Users may belong to more than one User Type
The User Select Statement is the where clause of an SQL Statement
For example: If there is a workflow and in the Subform that has the Primary Keys there is a field called Country and the User Select Statement for your User Type is where country = ‘Australia’
The User will only be able to see workflow instances where the value in the country column is Australia
The default user select statement evaluates to user only seeing workflow instances they have created
A User Select Statement with the value ALL means the User gets to see all workflow instances created


<%www.webandflo.com%>