- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
How to automate "File > Publish" process with JSL?
I generated html report with "File>Publish", but there is not any help to generate html report automatically instead of using "File>Publish" process.
One possible solution is as follows.
1) Generate html report manually with "File > Publish".
2) Replace individual html report file with new html report one generated from "Save Interactive HTML()"
3) In need, date and some comments are changed with external programming as like Python.
I think the best one is to replace "File > Publish" process with JSL. Is it possible to replace "File > Publish" process with JSL?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to automate "File > Publish" process with JSL?
Check out the function New Web Report( ).
It creates a HTML report with some options similar to Publish....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to automate "File > Publish" process with JSL?
Check out the function New Web Report( ).
It creates a HTML report with some options similar to Publish....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: How to automate "File > Publish" process with JSL?
Thank you. I found related objects for WebReport function!