Service Portal Icons Layout

sandeep6
Tera Contributor

Hi Guys,

 

Hope someone can help/direct me in a correct path.

I have a service portal where i have a cloned icon widget which is supposed to be display if the user is part of a specific  xyz AD group.

Now what is happening is, when user who are not part of that xyz AD group access service portal the container where this cloned icon widget is, shows up as a blank white space.

My question, Is it possible to line up icons without any blank white space when users who are not part if xyz AD group access service portal?

I have added the mock pic of the service portal as displayed to users who are not part of xyz AD group. Space with Red circle is the blank white space i am referring above in my question.

find_real_file.png

 

Appreciate any guidance in this matter.

 

Thanks

Sandeep

4 REPLIES 4

TT3
Kilo Guru

Try CSS class to handle visibility. Please see this

Anil Lande
Kilo Patron

Hi,

I guess you have added widgets on Page from page designer and you created a 4 column layout. In this way a column is dedicated to each widget and it behave like this.

You can try creating one custom widget and embed all Icon link widget in that widgets through script. It is like Card/Grid view displayed on category page.

https://devxxxxx.service-now.com/sp?id=sc_category

You can check widget 'SC Category Page' for reference.

 

Thanks,

Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

Hi Anil,

 

Most of the icons on the service portal are OOB icon widget, except for few that are clones of the icon widget.

Wont Grid/Card view would mean current service portal will have to be redesigned completely?

Sorry i am new to this aspect of servicenow hence my query above.

Thank You

Sandeep

 

Did you try what I mentioned? use getElementByID and apply CSS to hide them.