function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RajKRajK 

SControl Content

Hello,
    Is it possible to retrieve the contents (the whole HTML) of a SControl ? Basically, my requirement is store the HTML ouput of the SControl into the database of my Java Custom application which is running on Tomact. I appreciate any input on this issue.
Doug ChasmanDoug Chasman
Do you need to retrieve the results of running an scontrol or the scontrol's definition (both are possible, one using HTTP GET and the other using the API)?
RajKRajK
Thanks for the response. Actually I would need both - the scontrol definition as well the result of the scontrol execution.
RajKRajK

I am able to get the scontrol definition using the HTMLWrapper. But not sure how to get the result of the scontrol execution. It will be a big help if you can tell more how to get it with the HTTP Get.

Thanks,