Focal Point
[CLOSED] Scheduled Email for Page

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8937043396

May 06, 2020, 02:17 PM
dkiger
[CLOSED] Scheduled Email for Page
We've built out pages for our portals that our departments use. Our operations team wants one of those pages to be emailed out to their subgroups each day. However, there is no 'schedule an email' option for pages. How can I get the page contents emailed out to these groups daily? Each page has about 8 different charts/reports on it that all need to be grouped together in the same fashion as the page is currently designed. They have filters in there to select the department which I think I can just build into the schedule part once I figure out how to email that page. Thoughts?

This message has been edited. Last edited by: FP Mod Chuck,
May 06, 2020, 02:18 PM
dkiger
We are on version 8206.?? currently
May 06, 2020, 02:32 PM
vaayu
Great question..Following this post.


-********************
Sandbox: 8206.10
Dev: 8201M
Prod:8009
-********************
May 06, 2020, 06:14 PM
FP Mod Chuck
Dkiger and Vaayu

I checked with product management and this is not currently supported. You should probably open a new feature request to support this as I agree it is a good idea.

I attempted scheduling a URL to a portal page but the htm file it e-mailed me kinda looked like a login page but would not work for me. You might try that yourself.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
May 07, 2020, 06:28 AM
Frans
What you might be able to do is create an HTML with WebFOCUS that loads the Page as soon as the email opened with location.replace for instance. But I'm not sure all email clients accept this.


Test: WF 8.2
Prod: WF 8.2
DB: Progress, REST, IBM UniVerse/UniData, SQLServer, MySQL, PostgreSQL, Oracle, Greenplum, Athena.
May 07, 2020, 09:46 AM
dkiger
@fp mod chuck - how do I go about submitting this as a new feature request? I am unfamiliar with that process.
May 07, 2020, 10:02 AM
BabakNYC
I think this is a feature on the 8207 roadmap. You'll be able to send the image of the page to a pdf but I'm not sure when it'll be available.


WebFOCUS 8206, Unix, Windows
May 07, 2020, 10:09 AM
FP Mod Chuck
dkiger

To request a new feature open a case on techsupport with New Feature Request in the summary line and then give the details of what you would like.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
May 07, 2020, 12:51 PM
Tony A
quote:
You'll be able to send the image of the page to a pdf

Search for PhantomJS in the forum and you'll see that this is possible with some coding (and knowledge).

Push any web page to an image and incorporate it in a PDF.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
May 11, 2020, 09:37 AM
kccharlie
Is the "page" you're trying to send a portal page with just a bunch of charts, rpts, in individual panel containers or a stand-alone HTML page that is just dropped into 1 panel on a portal page? If it's the latter, you should be able to recreate this page in the document composer as a pdf document and e-mail that
May 12, 2020, 09:57 AM
dkiger
This is a page from the Designer tab in InfoAssist. We are aggregating our content in containers on the page, saving them, loading them into Portal Pages and then adding those to our portals. We don't have anything built out in the HTML page that could be leveraged. We were wanting to use our existing Pages instead of creating a duplicate effort.
May 13, 2020, 01:45 PM
vaayu
Hey Tony,
I searched it in the forum, can't find a good example for PhantomJS anywhere, Please send me some usage/syntax for it.

Appreciate it!


-********************
Sandbox: 8206.10
Dev: 8201M
Prod:8009
-********************
May 14, 2020, 03:05 AM
Tony A
If you've seen the other posts, then you should have seen this one where I mention that …

quote:
Unfortunately, this is too involved for this forum


The essential process is to stack commands in an input file and then call them within a command string which calls PhantomJS, the Rasterizer.js and any parameters for PhantomJS processing that you need.

Check out PhantomJS.org for more information. Note that it is now discontinued.

The basic command to place in the stack consists of


My apologies that I am unable to give you more time on this as I do have a day job!!

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10