Solved

Portal customization based on requesters departement?

  • 9 January 2024
  • 2 replies
  • 93 views

Userlevel 1
Badge +3

Hi,

 

I serve 2 different company with Freshservice (which are in the same business group), and i’m wondering if I can customize the feel and look of the portal for each of them.

 

I know this can be done with MSP, but I don’t want to lose workspaces and business agent capacities.

 

So, is there a way, directly in the code, to say ; if the requester departement = X, display this hero banner? 

 

Many thanks!

icon

Best answer by Ammar KB 3 February 2024, 09:55

View original

2 replies

Userlevel 5
Badge +5

Hi @Patrick G 

Hope you are well,

I understand you don’t want to switch to MSP. You can make use of Jinja code form conditions to check the Departments and display few things, You can navigate to Support Home and Right click-->Inspect-->Console and Type: USER_INFO.departments to see which department does the user belong to and based on that you can add extra HTML code or hide it.

Please find the Jinga documentation to help you on this:

https://documentation.bloomreach.com/engagement/docs/jinja-syntax

Hope this helps! Regards,

Amy!

Userlevel 1
Badge +3

Many thanks Amy,

 

That’s perfect for my needs :)

 

Have a great day!

Reply