Search This Blog

Showing posts with label rss. Show all posts
Showing posts with label rss. Show all posts

Feed dashboard in your PIA

This might be the simplest code you can ever create.

This is about creating a feed page in the PeopleSoft instance, which will pull up your favorites as rss feeds.

I created a small sample one while working with my previous company. The intention was to pull up the news feeds from my favorite news sites, which I can take up a glance without navigating away from the PIA.

It was done in two ways. One using Pagelet wizard and using the HTML area.
Then you can create a page which exactly serves the purpose of Google news, right on your PeopleSoft homepage.

How to make it is a very simple task. Pick up any feed link from your favorite site and use the following link to create the RSS feed HTML script to embed in Pagelet wizard or in the html area.

I used: http://www.rss-to-javascript.com/p/RSSRDF-Converter___138.html to create the embedding script.

So how to create the embed script for MyTechSpeak PeopleSoft site?

You can see a feed icon on the navigation bar of the site.



Right click on it and click on the copy shortcut option. You will get the following link: http://mytechspeak.blogspot.com/feeds/posts/default

Now go to the link: http://www.rss-to-javascript.com/p/RSSRDF-Converter___138.html and follow the screenshots below:



Click on the generate javascript button to get the embed code.



Now after embedding the above code in Pagelet or html area, it will look like this. This will be automatically updated with the sites status.stay connected.



Try it. It’s fun, simple and useful. Even you can create a kind of google news inside your pia :)

PeopleTools 8.50 RSS Feed Publishing Framework

PeopleTools 8.50 RSS Feed Publishing Framework allows us to create RSS feeds against tables and queries.

Why is RSS So Important?

Put quite simply, RSS solves probably the most important problem that users want solved in reporting (and it is not to be shown fancy charts with drag and drop). With all the information that they have to wade through every day, users just want to be told when something that's important to them changed. With PeopleTools 8.5, your users how have the ability to subscribe to your application data and get told when something they care about changed.

Read more about the feature from grey sparling solutions blog