1
Automation Interface, Add-Ins and Tools / Re: Documenting Decision Tables, how?
« on: February 12, 2019, 05:08:49 am »
Hello Geert,
thanks for the answer! My first Impression was, decision tables must be somewhere stored in "t_objecttests" or "t_objectscenarios". And while These table are very important in evaluating Scenarios for Actions and other stuff, the decision tables are not stored there.
Now I found something, however. t_document has Elements of type "DecisionTree". There is a field "BinContent", which Looks like a ZIPped binary field. I'll try to extract the Content there and see what I can do with it.
Regards
Frank
thanks for the answer! My first Impression was, decision tables must be somewhere stored in "t_objecttests" or "t_objectscenarios". And while These table are very important in evaluating Scenarios for Actions and other stuff, the decision tables are not stored there.
Now I found something, however. t_document has Elements of type "DecisionTree". There is a field "BinContent", which Looks like a ZIPped binary field. I'll try to extract the Content there and see what I can do with it.
Regards
Frank
Without having looked into it, there a reasonable chance this information is stored as some kind of xml format somewhere in the database.
If I need to find out something like this I fire up the profiler on my SQL server and see what SQL update/insert statements are being executed by EA.
Geert