Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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

0 Replies

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