Requirement: to hide delete icon in the Salary screen(OAF) of HRMS.
- Creation Function ‘XX_HIRE_DATE_REAF_ONLY’ –Dummy function .
- Attach function to new menu ‘FUJ_HIDE_YN_SECURITY’ as type ‘Permission Set’.
- Create role and attach this function.
- Personalize the OAF page.
Step1:
SSWA jsp function
OA.jsp?page=/dummy
Step 2:
Menu: FUJ_HIDE_YN_SECURITY
Function: XX_HIRE_DATE_REAF_ONLY (created in step1)
Step3:
Functional Administrator Resp> Create Grant>
I Want to allow all users from the UAE HRMS Responsibility.
Next>
Attach the Security Menu we created in step 2.
Next >Finish>
Step4:
Personalization>open salary screen from Assignment>
Click Correct in the Salary oaf page.
Click Personalize “Salary changes”
Click the ‘edit’ icon .
${oa.FunctionSecurity.XX_HIRE_DATE_REAF_ONLY}
Test with UAE HRMS Manager the delete option should show, and for other Responsibilties it should be hidden.
This comment has been removed by the author.
ReplyDelete