Custom Page Icon

Is there a way to add a custom page icon? I’ve created two UIPages and I’d like to use a different icon for their navigation links. Is this possible?

Hi @DevinD16607791,

I didn’t find any place where we can upload our own icon for each page but I just dig deep and understood the logic behind loading icons.

Pega is loading icon from the harness, pzPageIcon is the property holding icon class. You can write a activity and open the harness of your landing page and set your icon class to pzPageIcon and save it.

Please find the attached doc for your reference.

Thanks,

Vinay

Updating ICON.docx (352 KB)

@VinayKumarL16594575 I found the solution via App studio. If you select “Design”, “Pages” then “Page settings” from the dropdown menu, you can then change the icon on the next screen.

I’m still unsure how this is being implemented in the backend (Dev Studio)…

Thanks @DevinD16607791 !!