Hi
What could be the reason? How can I restore these alert types?
Regards,
Priyanka
Solved! Go to Solution.
Views
Replies
Total Likes
in the data schemas folder, is there any other eventhisto schema with a different namespace ("nms")? if yes paste the code in here.
Views
Replies
Total Likes
Hi,
Did any of you get a chance to look at my question?
Regards,
Priyanka
Views
Replies
Total Likes
Hi Priyanka,
I don't know much about it. I'll try to fin some information.
Florent
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
Hi David,
Using 6.1.1. I'm attaching a screenshot from nms table.
Regards,
Priyanka
Views
Replies
Total Likes
Can you share a screenshot of the xml schema structure
Views
Replies
Total Likes
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
Views
Replies
Total Likes
in the data schemas folder, is there any other eventhisto schema with a different namespace ("nms")? if yes paste the code in here.
Views
Replies
Total Likes
HI David,
The code is from nms:eventHisto.
Regards,
Priyanka
Views
Replies
Total Likes
Views
Likes
Replies