There are a couple of things to check:1) Make sure the URL for the iframe src attribute doesn't contain the New Experience path. The path to the dashboard should be directly after the .com. For example: /$pa_dashboards_overview.do 2) Make sure in you...
One of the easiest ways to get an encoded query to use in a GlideRecord script is to go to the list view and build the query using the condition builder. Then run it.After running it right click on the last crumb of the breadcrumb and choose to "Copy...
Hi @aiswaryabk , Depending upon what you need you can use the CSS functions min(), max() or clamp().Look at Mozilla's MDN CSS Reference or Google to find more information.A basic usage syntax like all other CSS styling is that you use a selector and ...
There is a table called syslog_transaction that will give some informationAll > System Log > Transactions The screenshot shows what information there is on the form. Of course the "Created by" would contain the user account used with that web servi...
This can be achieved without cloning the widget. Instead use page route maps. What page route maps will do is automatically re-route your end page to the page you desire. Keep in mind though this will be for your whole portal. Steps:Navigate to All >...