Previous | Next | Contents | Index | Navigation | Glossary | Library |
If you want to give query-only access to some forms and full access to other forms, set the HR:Query Only Mode profile to No and use the parameter QUERY_ONLY=YES at form function level to restrict access to individual forms.
Note: You can set the parameter QUERY_ONLY=YES for a form function that also launches a task flow. In this case, specify two parameters in the Form Function window:
QUERY_ONLY=YES
WORKFLOW_NAME="taskflow name"
The entire task flow will be query-only, not just the first form.
Previous | Next | Contents | Index | Navigation | Glossary | Library |