How to make two different Home pages for a single Service Portal?

saptashwa_chakr
Kilo Expert

Can I make 2 different homepages for a specific Service Portal? So that Customer A and Customer B will able to see 2 different home pages.

Actually, my requirement is as followed:

The instance provides customers the domain separation facility. Now let Customer A needs a,b,c,d,e widgets on their home page. And Customer B wants b,c,e,m,n widgets on their home page. So How can I differentiate that in two home pages? First of all, how can I make two pages for two different customers?

The condition is all those pages and widgets are only for a single Service Portal.

Please help me out.

Thanks and Regards

Saptashwa

1 ACCEPTED SOLUTION

Please follow the below link to apply domain separation explicitly on a table.


Add a domain field to a table


View solution in original post

17 REPLIES 17

I too talked about creating Service Portal pages and adding widgets only. Service Portal Page A to have few Widgets and Service Portal Page B to have few other Widgets. Based on the logged in user, decide which page link to be shown in the navigator.  


So if you tell me   how can I achieve this, it will be very grateful.


1. Create Page-A & Page-B by adding the respective widgets - Create a page using the Service Portal Designer


2. Create 2 Modules (Module A & Module B) under Application Navigator using the Service Portal Page URLs and configure who would have access to what - Create a module



PS: You need to make sure that if Customer B somehow gets to know the URL for Module A, the widgets don't show expose any unwanted data (here domain separation can be applied at the data level and nothing to with Service Portal).



Hope this helps. Mark the answer as correct/helpful based on impact.



Thanks


Antin


Thank you, Antin,


I have got my solution.


Can you share your approach here? So that everyone will get benefit out of it for future reference.