How can the Assignment button be removed from the Enter and Maintain form?
A.
The assignment functions need to be removed from the applicable user menu.
B.
Navigate to the task flow form. Query for the applicable task flow and navigate to the applicable
node name for the assignment form in the node block. Remove this node and save the changes.
C.
In the Special Information Types (SIT) form, deselect the Enabled check box for Others.
D.
In the Human Resource Responsibility, navigate to Security > CustomForm and create a new
form with the specific restrictions.
E.
Set the global security profile to use Assignment Based Hierarchy and set Maximum Hierarchy
Levels to 0.
Explanation:
Task flows are used to configure the navigation path between different windows in
Oracle HRMS.
1. Every Form ii defined as a Taskflow Node (e.g. Person Screen, Assignment Screen, Contacts
Screen, Phones Screen) (Navigation : Security > Task Flow Node).2. Then you define the Task Flow definition, in which you mention to which all forms can be
navigated from a form (e.g. To which all forms (contracts, phones, assignment) you can navigate
from the Person screen). Since each screen is defined as task flow node, the task flow definition
will have the source form as one task flow node and each form to which it can navigate as
destination node (Navigation : Security > Task flow Definition). You can mark few forms as buttons
so that they appear as buttons in the form and other comes in Others list.
3. This taskflow Definition is passed as a parameter to the Form Function (here the Form function
defined for Combined Person and Assignment Form).
So in this scenario the following applies:
1. Need not define the Task flow nodes as they are predefined.
2. Need to define new task flow definition removing the unrequired forms from navigation path.
3. Pass the new Task flow definition to your form function.