Ever found yourself needing to add a reference qualifier to an assessment metric with a data type of “Reference”? If you answered yes to the above, then you’ll know what a pain it is to do this as it involves creating a query business rule that only executes when the “sysparm_target” URL parameter value contains […]
Workspace Modals – Working with UI Pages
As workspace adoption grows, so does the need to migrate existing functionality from the Core UI to Workspace. As much as we’d all love to spend the time recreating all of our custom modals in UI Builder, it’s often just not practical during an MVP stage migration to Workspace. This means we are often stuck […]
Here’s why you SHOULD be using getRowCount()
OK, calm down. I’m not here to promote the use of the getRowCount method over GlideAggregate., but there has been a long running misunderstanding here. getRowCount is not the evil method it’s been made out to be, but using it incorrectly can certainly lead to performance degradation of an instance, especially where larger result sets […]
Advanced MID Server Series – Part 3 – Standard MID Server classes
Introduction The MID Server’s script environment provides a number of classes available to the developer beyond that of the MID Server Script Includes that you see in platform. If you’ve taken some time to explore the MID Server Script Includes, you’ll probably have noticed that most of them are dedicated to discovery and orchestration. This […]