Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

ACS Schema - Cannot add a link type attribute to index

Avatar

Level 4

Hi,

I want to create an index field consisting of a generic(Integer) and link fields. I am able to define this in campaign classic.

I am able to do the same in ACS. I have defined a link(recipient) and an integer attributes. But when i start "Prepare Publication" process, I am getting the below error message:

Error: The field 'recipient' used in the index 'dest' of custom resource 'CSDB Client (client)' cannot be found in this resource schema.

Is it possible to add link type field to index in custom resource?

2 Replies

Avatar

Level 4

I am trying to create an index like given below in ACS. Please suggest if this is possible in ACS

<dbindex name="dest" unique="true">

      <keyfield xpath="@clientId"/>

      <keyfield xlink="recipient"/>

</dbindex>