cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Custom portal attribute to Standard Logical Portal Attribute

Former Member
0 Kudos

Dear All,

We are using AD as the SAP Portals Datasource. Ideally we need to create an attribute in AD e. "sapusername" and map in the XML file. The code for this maaping will be as below:

<nameSpace name="$usermapping$">

                    <attribute name="REFERENCE_SYSTEM_USER">

                        <physicalAttribute name="sapusername"/>

                    </attribute>

</nameSpace>

However, I need to create a custom attribute in PORTAL which have have created and map it to the standard logical attribute in Portal.

How can I map this custom portal attribute to a standard logical portal usermapping attribute in the ADS_DataSource_Configuration.XML file. i.e instead of the physical AD attribute we want custom portal attribute in the above code:

<nameSpace name="$usermapping$">

                    <attribute name="REFERENCE_SYSTEM_USER">

                       <custom portal attribute>

                    </attribute>

</nameSpace>

Any help will be appreciated.

Thank you,

Regards,

Disha.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is this what am looking for in Portal even possible...Please guide..

Thank you,

Regards,

Disha.