User Activity
09-10-2024
There has been a long standing discussion in our team, whether should we use px or rem for CSS in Service portal widgets.
I understand that we can define the base font size for a Portal in the service portal record. But what happens when the widget i...
We have a field in sp_css records (css theme records) that turns off scss compilation (Turn off SCSS compilation)
here's the documentation of the link:
https://docs.servicenow.com/bundle/vancouver-platform-user-interface/page/build/service-portal/con...
Is there a way to fetch a date when a scheduled job was run last?
I am trying to implement an opt-in kind of feature. If the user updates the value of sys_property to true, a script needs to be executed.
How can this be achieved?
We have two Field Types in Now Platform to store images:
Imagename: user_imageattributes: pdf_cell_type=image
Basic imagename: imageattributes: pdf_cell_type=basic_image
What is the difference between them and when should we use which one?