I would like to create an iView that will allow our helpdesk to only unlock users.
My idea is to copy the LockedUsers SAP iView, remove the 'edit' and 'copy user' buttons and then create a role, etc. with just this iView for the helpdesk.
I have copied the SAP 'Locked Users' iView (pcd:portal_content/com.sap.pct/admin.templates/iviews/com.sap.portal.lockedUsers)
to my own directory within the portal ('/ztest/iviews/Locked Users') and the ID for the iView is: pcd:portal_content/com.mycompany.ztest/com.mycompany.iViews/com.sap.portal.lockedUsers
but was unable to find this file within the file system...
So onto plan B:
I can find the original PCD in the file system and within that the relevant jsp file. I know how to edit the jsp file to remove the relevant buttons.
Please can someone tell me the best way of uploading the new PCD file - without over-writing the original and making an iView based on this new content?
I hope this is fairly easy to do! 😊 Is there a better way to do this?
Thanks.