For Message Center can I extend nms:eventHisto table in campaign classic | Community
Skip to main content
January 7, 2022
Solved

For Message Center can I extend nms:eventHisto table in campaign classic

  • January 7, 2022
  • 3 replies
  • 1032 views

On Adobe campaign Classic , can i extend the nms:eventHisto table and save additional columns that might be passed by the source system. There is an XML column , but I still want to extract out and place this as a regular column that i could use. Please note that this i want to do on the campaign side and not sure how or will it impact anything with message center.

 

Thanks

Chez

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 Marcel_Szimonisz

Hello @chez.elamvazhudi,

yes you can extend the schema as any other schema. But then you will need to amend the synch workflow to add data to your new column.

The change has to be done on execution instance as well as on the control instance.

 

Marcel

3 replies

Marcel_Szimonisz
Community Advisor
Marcel_SzimoniszCommunity AdvisorAccepted solution
Community Advisor
January 9, 2022

Hello @chez.elamvazhudi,

yes you can extend the schema as any other schema. But then you will need to amend the synch workflow to add data to your new column.

The change has to be done on execution instance as well as on the control instance.

 

Marcel

Jyoti_Yadav
Level 8
January 9, 2022

Hi @chez.elamvazhudi ,

 

Yes you can extend the schema.

Or

You can fetch the xml element value from the 'data' field column. Let's assume the xml element you want to fetch is 'phoneNo'. Use query activity on 'nms:eventHisto' table and in 'Add Additional Data' add a column name 'phoneNo1' and use below syntax to define it:

Substring(data, Charindex(data, '<phoneNo =" '), 10);

 

Thanks,

Jyoti

Sukrity_Wadhwa
Community Manager
Community Manager
January 20, 2022

Hi @chez.elamvazhudi,

Were the given solutions helpful to resolve this query or do you still need more help here? Do let us know.
Thanks!

Sukrity Wadhwa