Thursday, February 22, 2018

PeopleSoft News Tile with HTML Area using CSS Part 1

I was recently given a task to create a PeopleSoft Fluid tile with dynamic news content, this tile should display recently posted news item, upon clicking the tile user will land in fluid page to display complete list of news in ascending order.

The method I followed is not just limited to News it can be used for various other requirements. I have not seen similar to this anywhere on the web, do share if some one has already used this approach.

What approach would you follow to achieve this, please leave your comments...




Here is how this news tile will work:

1. User will post the news item from a setup page, user will have option to add Title, Description, Image and Links to external sites/files
2. News items are effective dated, you can post news for a future date
3. You can make old news inactive if you do not want to display any of the news items, there is a status field on setup page
4. If news item does not fit in tile it will begin auto scrolling
5.Tile will show header, description, image and posted by user and date
6. Used HTML, JavaScript and CSS with Peoplecode to complete this requirement.

Technical details about the project will be posted in Part 2

No comments:

Post a Comment

Using Third party Tools to create Chatbot in PeopleSoft Part 3

This is final post to demo the working chatbot in PeopleSoft. Kommunicate supplies you with HTML code to add their chat badge on your Peo...