Home Portal Overview

Change management determines many times if a new technology is embraced by your end users and the Portal Home can help make the experience simpler and more intuitive for your end users to use the system as designed and intended.

The Portal Home application is a simple Clarizen custom panel, enabling you to take this simple page and expand on it using HTML/JavaScript. Buttons can be created or changed to go to specific views or call a specific custom action to take in a new request. 

Remember, less is more when it comes to change management and the Portal Home is great way to offer up a simple but effective user experience. 

Admin Steps:
  1. Install the Portal Home application: https://www.clarizen.com/apps/portal-page/
  2. Edit the new Custom Panel and update any buttons and their links.
    • For example, if I want a button to go to a specific view on the task module, simply share that view, copy the link and replace the link code behind the button in the HTML section)
  3. Enable Page
  4. Add the new page as the default home for each specific profile. It’s the second column in the grid

Change Background Image:

If you want to be update the image on the page, you can do that easily by following steps:

  1. Find the “Custom Icon” field (Settings -> Configure)
  2. Add a new picklist value
  3. Upload your background image to the new option
  4. Click Save
  5. Clone the Portal Home (Save As) saving as ‘PM Portal Home’
  6. Update the ‘PM Portal Home’ custom page, the first line should read:

<div id="cpBackground"><img src="{GetImage('CustomIcon', '<new_picklist_option>') + '?w=1280'}" /></div>

End User Steps:
  1. Log In to Clarizen

Portal_Home.png

Have more questions? Submit a request

Comments

  • Avatar
    Matthew Robinson

    Can anyone explain steps 5 and 6? I am not understanding how to clone the Portal Home.

  • Avatar
    Josh Santos

    Did you go through all of the other steps? You would go to Settings >> Configure, Edit the Custom Panel called "Portal Home," and then save it as "PM Portal Home."

  • Avatar
    Matthew Robinson

    Hi Josh,

    That was what I was looking for. However I have one more question I am getting the error Error: 'CustomIcon' object '' not found. I cut and pasted the name with no spaces before or after do you have an idea as to what is causing this error?

  • Avatar
    Josh Santos

    CustomIcon I believe is a placeholder for the real icon name. Is your icon called Custom Icon?