Skip to main content
Solved

Portal customization based on requesters departement?


Forum|alt.badge.img+4

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!

Best answer by Ammar KB

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!

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+5
  • Community Debut
  • 87 replies
  • Answer
  • February 3, 2024

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!


Forum|alt.badge.img+4
  • Author
  • Skilled Expert
  • 12 replies
  • February 9, 2024

Many thanks Amy,

 

That’s perfect for my needs :)

 

Have a great day!


Reply