We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
I have a requirement to prevent users from turning off their primary email channel. We've tested that if they do so, they will not get mandatory notifications. Even if 'Force Delivery" is checked on the notification configuration, turning off the n...
After I resolve all conflicts in the Dev environment, and I go to upgrade Test, all of those conflicts will be there. Do my conflict resolutions in Dev get captured in an update set, that I'd move to Test? In Test, do I need to manually review ea...
This ended up being the solution to an issue I researched for a while, so I'm going to summarize it here quickly in hopes it'll help someone. The issue report was that only for some users, when viewing reports and Performance Analytics widgets on th...
I was able generate custom charts inside a custom widget using the HighCharts library. I added a dependency on my widget to the script "scripts/glide-highcharts.js". I originally tried doing the same with GlideV2ChartingIncludes.js and GlideV2Chart...
Hope this helps someone else, I struggled with this for a while but stumbled up this solution. I wanted to refresh the list of records in the data table with an event, so I just added this line of code to my client controller and the record list ref...
Hope this helps someone else, I struggled with this for a while but stumbled up this solution. I just added this line of code to my client controller and the record list refreshed automatically:
$scope.$broadcast('widget-filter-breadcrumbs.queryModi...
A bit late here, but I've been working on this for a couple of weeks and found this solution. I just added this line of code to my client controller and the record list refreshed automatically:
$scope.$broadcast('widget-filter-breadcrumbs.queryModif...