Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.
SOLVED

Need to read ctx data from nmsEventHisto

Avatar

Level 1

How can i read CTX xml data from nmsEventHisto schema, it is not coming in any workflow activity, there is a column called ‘ctx’ in nmsEventHisto table, that contains the xml but this column doesnt show in any workflow activity, please help me out.

1 Accepted Solution

Avatar

Correct answer by
Level 7

Hi,

You can use a JavaScript queryDef to read the Event XML (CTX) from Event Histo schema. Refer to this document for an example.

Replace schema name with "nms:eventHisto", select node expression with "ctx".

Thanks,

SSB

View solution in original post

1 Reply

Avatar

Correct answer by
Level 7

Hi,

You can use a JavaScript queryDef to read the Event XML (CTX) from Event Histo schema. Refer to this document for an example.

Replace schema name with "nms:eventHisto", select node expression with "ctx".

Thanks,

SSB