Need to read ctx data from nmsEventHisto | Community
Skip to main content
July 1, 2022
Solved

Need to read ctx data from nmsEventHisto

  • July 1, 2022
  • 1 reply
  • 759 views

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.

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 SurabattulaSr

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

1 reply

SurabattulaSrAccepted solution
Level 6
July 2, 2022

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