CMS universe and binding attributes

Hi All,
Do you know how to add imported user attributes (from AD) into CMS universe? I have tried to add SI_CUSTOM_MAPPED_ATTRIBUTES.SI_ORGANISATION but it is not good :). Could you help me?

This is done in the CMC using User Attribute Management.
You need to have Active Directory configured in your environment first to be able to use this.
You may need to use an LDAP tool, such as Softerra LDAP Browser to get the exact name match for what you company uses for organization.

I don’t see organization listed at our company but that could just mean that we don’t use it.

It is second level of properties, I cn see it in query builder:
it is between SI_CUID and SI_DATASOURCE_REFERENCES|Column 1 | Column 2 | Column 3|
|— | — | —|
|SI_CRYPTOGRAPHIC_KEY | 123 | |
|SI_CUSTOM_MAPPED_ATTRIBUTES | SI_ORGANISATION | AAA|
| | SI_COUNTRY | BBB|
|SI_CUID | XXXXXXX | |
Definition of SI_CUID is in universe Properties.SI_CUID, but the question is how to define the second level in case of attributes. Properties.SI_CUSTOM_MAPPED_ATTRIBUTES.SI_ORGANISATION and SI_CUSTOM_MAPPED_ATTRIBUTES(SI_ORGANISATION) are not good definitions. In general the question is how to define in CMS properties of the properties.


i need AAA value which is like properties od properties :slight_smile:

if you have dafinition Properties.SI_CUID the output is XXXXXXX but i need to define function with output AAA (second level of properties).

Ah, you already have it configured to go into the CMS. I misunderstood.

The CMS universe depends on a SDK data source if I understand how it is built correctly. I don’t think the custom mapped attributes are mapped through the SDK, otherwise Properties.SI_CUSTOM_MAPPED_ATTRIBUTES.SI_ORGANISATION should work to pull it out.

image
or here. If you need “1” it shoud be Properties.SI_INBOX.SI_TOTAL, but it is the wrong definition.

Those are tricky too, but I just had a thought.
Try Properties.SI_INBOX(1).SI_TOTAL. You may need a reference to the 1 as that indicates that there may be more than one record under SI_INBOX.