Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!

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>