Hi,
We are using SAP NW EP 7.3 integrated with SAP ERP.
In Portal UME I have defined 2 custom fields that appears in the "Customized Information" tab.
I have defined 2 custom fields by navigating,
NWA---> Identity Management ---> Configuration ---> UserAdminUI---> Custom Attributes of the User Profile ,
Administrator-Managed Custom Attributes: com.sap.security.core.usermanagement:employeeid,com.sap.security.core.usermanagement:teamid
User-Managed Custom Attributes:
com.sap.security.core.usermanagement:employeeid,com.sap.security.core.usermanagement:teamid
How can I read the custom fields and values using portalcomponent( AbstractPortalComponent or JSPDynpage).
I have the following basic code to retrieve the standard user session information, but let me know how to extend it to read the values of the custom fields.
Regards,
Eben Joyson