cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Submit your abstract to the call for content for Discovery Summit Americas by April 23. Selected abstracts will be presented at Discovery Summit, Oct. 21- 24.
Discovery is online this week, April 16 and 18. Join us for these exciting interactive sessions.
Choose Language Hide Translation Bar
Kwangki
Level III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
ms
Super User (Alumni) ms
Super User (Alumni)

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...

 

View solution in original post

2 REPLIES 2
ms
Super User (Alumni) ms
Super User (Alumni)

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...

 

Kwangki
Level III

Re: How to automate "File > Publish" process with JSL?

Thank you. I found related objects for WebReport function!