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!
SOLVED

Alert type not captured in eventHisto schema

Avatar

Level 4

Hi

What could be the reason? How can I restore these alert types?

Untitled.png

Regards,

Priyanka

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

in the data schemas folder, is there any other eventhisto schema with a different namespace ("nms")? if yes paste the code in here.

View solution in original post

8 Replies

Avatar

Level 4

Hi,

Did any of you get a chance to look at my question?

Regards,

Priyanka

Avatar

Level 10

Hi Priyanka,

I don't know much about it. I'll try to fin some information.

Florent

Avatar

Community Advisor

That alerttype field does not seem an OOTB field, what version of Adobe Campaign are you running? could it be that your eventhisto schema was extended and this new field was added?

Avatar

Level 4

Hi David,

Using 6.1.1. I'm attaching a screenshot from nms table.

SnipImage.JPG

Regards,

Priyanka

Avatar

Community Advisor

Can you share a screenshot of the xml schema structure

Avatar

Level 4

Hi David,

<srcSchema entitySchema="xtk:srcSchema" label="Archived events" labelSingular="Archived event"

           md5="1A1107D99CFF8F549330D77190E34412" name="eventHisto" namespace="nms"

           xtkschema="xtk:srcSchema">

  <element autopk="false" folderModel="" name="eventHisto" template="nms:rtEvent">

    <key name="id">

      <keyfield xpath="@id"/>

    </key>

    <attribute label="Identifier" name="id" type="int64"/>

    <attribute _operation="delete" name="eventHistoId"/>

    <element _operation="delete" name="folder"/>

    <!-- Default link to recipient -->

    <element externalJoin="true" integrity="normal" label="Recipient" name="recipient"

             revExternalJoin="true" revIntegrity="neutral" target="nms:recipient"

             type="link">

      <join xpath-dst="@account" xpath-src="@externalId"/>

    </element>

  </element>

  <methods>

    <method name="GetMirrorUrl" static="true">

      <parameters>

        <param inout="in" name="eventHistoId" type="int64"/>

        <param inout="out" name="mirrorUrl" type="string"/>

      </parameters>

    </method>

    <method library="nms:messageCenter.js" name="PushEvent" static="true"/>

    <method library="nms:messageCenter.js" name="PushEvents" static="true"/>

  </methods>

</srcSchema>

Regards,

Priyanka

Avatar

Correct answer by
Community Advisor

in the data schemas folder, is there any other eventhisto schema with a different namespace ("nms")? if yes paste the code in here.

Avatar

Level 4

HI David,

The code is from nms:eventHisto.

Regards,

Priyanka