Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
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