Alert type not captured in eventHisto schema | Community
Skip to main content
Level 4
November 24, 2017
Solved

Alert type not captured in eventHisto schema

  • November 24, 2017
  • 8 replies
  • 3747 views

Hi

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

Regards,

Priyanka

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by david--garcia

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

8 replies

Level 4
November 26, 2017

Hi,

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

Regards,

Priyanka

florentlb
Level 10
November 30, 2017

Hi Priyanka,

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

Florent

david--garcia
Level 10
November 30, 2017

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?

Level 4
December 1, 2017

Hi David,

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

Regards,

Priyanka

david--garcia
Level 10
December 1, 2017

Can you share a screenshot of the xml schema structure

Level 4
December 2, 2017

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

david--garcia
david--garciaAccepted solution
Level 10
December 2, 2017

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

Level 4
December 4, 2017

HI David,

The code is from nms:eventHisto.

Regards,

Priyanka