Forum Discussion
Henry1
2 years agoContributor
You can get the name of the log by calling
IntegrationObject.GetLastResultDescription().LogFileName
It will always point to a xml file called RootLogData.dat
Parse this xml and look for the Prp tag with the attribute name="filename". In the attribute value you will find the name of the log file. Something like this: ="{D7603EDA-C8B8-4006-9D57-F034297D444A}"
This log file is a xml file as well. Now parse this xml and write your desired html code. Every Node tag represents a message line.
Related Content
- 8 years ago
- 5 years ago
- 5 years ago
Recent Discussions
- 7 hours ago