Monday 18 August 2014

Siebel - Custom Profile Attribute

Hi All,

There will be requirements for which you may need custom Profile Attributes. This post will give you idea on how to create Custom Profile Attribute.

Profile Attributes will be coming from BC : Personalization Profile.

Make the Proper Joins on this BC to derive the value as needed.

Name of the field will be Profile Attribute Name.

For ex : Personal Country.

Make the Join to S_ADDR_PER on ROW_ID is Primary Personal Address Id field.

Create a New field : Personal Country -- S_ADDR_PER --> COUNTRY (Join created above step).


You can use this attribute as GetProfileAttribute('Me.Personal Country') where ever needed.


Enjoy !!!!